export declare function generateCSV(reportData: any, options?: {
    showIssuesOnly: boolean;
}): string;
