export interface ReportOptions { iteration?: string; format?: string; output?: string; team?: boolean; risk?: boolean; trend?: boolean; } export declare function reportCommand(options: ReportOptions): Promise; //# sourceMappingURL=report.d.ts.map