import { BotConfig } from './types'; export declare const extendApp: (app: any, skills?: { handle: Function; app?: any; }[], handle?: Function, config?: BotConfig, commandLineConfigs?: any[]) => any;