declare const toCSV: (headers: string[], rows: Record[]) => string; export default toCSV;