declare const _default: {
    bean: string;
    info: {
        version: string;
        title: string;
        usage: string;
    };
    options: {};
    groups: {
        suiteInfo: {
            questions: {
                name: {
                    type: string;
                    message: string;
                    initial: {
                        expression: string;
                    };
                    required: boolean;
                };
                description: {
                    type: string;
                    message: string;
                };
                author: {
                    type: string;
                    message: string;
                };
            };
        };
    };
};
export default _default;
//# sourceMappingURL=create.suite.d.ts.map