import type { CommandContext, CreateResult } from './types'; export declare const create: (ctx: CommandContext, path: string) => Promise; //# sourceMappingURL=create.d.ts.map