export interface TaskNewOptions { name?: string; topic?: string; type?: string; id?: string; desc?: string; file?: string; sections?: string; backendOnly?: boolean; frontendOnly?: boolean; iteration?: string; batch?: string; batchFile?: string; interactive?: boolean; schedule?: string; } export declare function taskNewCommand(options: TaskNewOptions): Promise; //# sourceMappingURL=new.d.ts.map