export declare const factory: (chatInstance: any) => void; export declare const resolvers: (chatInstance: any) => (channel: string, commandOrMessage: string) => Promise[];