export declare const newCommand: import("citty").CommandDef<{ name: { type: "positional"; description: string; required: false; }; name_flag: { type: "string"; description: string; alias: string[]; }; template: { type: "string"; description: string; }; git: { type: "boolean"; description: string; default: true; }; generate: { type: "boolean"; description: string; default: false; }; "list-templates": { type: "boolean"; description: string; default: false; }; }>; //# sourceMappingURL=new.d.ts.map