declare const _default: {
    sh: {
        title: string;
        subcommands: Set<string>;
        readonly init: any;
        readonly start: any;
        readonly dev: any;
        readonly help: any;
    };
    messenger: {
        title: string;
        subcommands: Set<string>;
        readonly persona: any;
        readonly profile: any;
        readonly webhook: any;
        readonly help: any;
    };
    telegram: {
        title: string;
        subcommands: Set<string>;
        readonly webhook: any;
        readonly help: any;
    };
    line: {
        title: string;
        subcommands: Set<never>;
        readonly help: any;
    };
    viber: {
        title: string;
        subcommands: Set<string>;
        readonly webhook: any;
        readonly help: any;
    };
};
export default _default;
//# sourceMappingURL=index.d.ts.map