import type { CliArgs } from '../args.js'; import type { ProgressReporter } from '../progress.js'; import type { ProjectConfig } from '../types.js'; /** * Collect project config — either from flags or interactive prompts. * @internal exported for testing */ export declare function collectConfig(args: CliArgs): Promise; /** @internal exported for testing */ export declare function commandCreate(args: CliArgs, reporter?: ProgressReporter): Promise; //# sourceMappingURL=create.d.ts.map