import type { VideoProductionMode } from './types.js'; export interface CsvExportResult { reportPath: string; projectsCsvPath: string; timelineCsvPath: string; } export declare function exportPortfolioCsv(root?: string, outputDir?: string, productionMode?: VideoProductionMode): Promise; //# sourceMappingURL=csv-export.d.ts.map