export interface CsvData { headers: string[]; rows: string[][]; }