import { Slackbot } from './slackbot'; export declare class SlackbotDispatcher { private bots; add(id: string, bot: Slackbot): void; interactive: (ctx: any, next: any) => Promise; }