export interface SlackConfigOut { } export declare const SlackConfigOutSerializer: { _fromJsonObject(_object: any): SlackConfigOut; _toJsonObject(_self: SlackConfigOut): any; };