export declare const commands: {
    default: {
        list: {
            bean: string;
            info: {
                version: string;
                title: string;
            };
            options: {
                module: {
                    description: string;
                    type: string;
                };
                group: {
                    description: string;
                    type: string;
                };
            };
            groups: null;
        };
    };
};
//# sourceMappingURL=commands.d.ts.map