import { Bot } from '../bot-model';
export declare class Script {
    private bot;
    constructor(bot: Bot);
    execute(options: any): Promise<{}>;
}
