export declare const forkCommand: import("citty").CommandDef<{ source: { type: "positional"; description: string; required: true; }; name: { type: "string"; description: string; }; api: { type: "string"; description: string; }; git: { type: "boolean"; description: string; default: true; }; "allow-scripts": { type: "boolean"; description: string; default: false; }; }>; //# sourceMappingURL=fork.d.ts.map