import { Channel } from './channel';
import { Bot } from './bot-model';
export declare class Twilio extends Channel {
    constructor(bot: Bot);
    execute(body: any, parameters: any, handler: any): Promise<{}>;
}
