import ChoiceBuilder from './choice-builder';
export default class BlockCB extends ChoiceBuilder {
    constructor(blockId: string, session?: any, profile?: any, functionArgs?: any);
    args(args: any): this;
    onReply(blockId: string, args?: any): this;
}
