import { Command } from "@oclif/core"; import * as _oclif_core_interfaces9 from "@oclif/core/interfaces"; //#region src/commands/create.d.ts declare class Create extends Command { static description: string; static flags: { quickstart: _oclif_core_interfaces9.BooleanFlag; storybook: _oclif_core_interfaces9.BooleanFlag; verbose: _oclif_core_interfaces9.BooleanFlag; }; run(): Promise; private getProjectConfig; } //#endregion export { Create as default };