interface ReportOptions {
    format?: string;
    output?: string;
}
export declare function generateReportCommand(options: ReportOptions): Promise<void>;
export {};
//# sourceMappingURL=generate-report.d.ts.map