type ReqTemplate = 'ubi' | 'event' | 'state' | 'opt' | 'unwanted'; export interface NewReqOptions { template: ReqTemplate; output?: string; id?: string; title?: string; } export declare function reqNewCommand(options: NewReqOptions): Promise; export {}; //# sourceMappingURL=req.d.ts.map