export function downloadFile(filename: any, text: any): void; export function convertCsvToJson(csv: any, firstTitles: any, secondTitles: any, effectiveDepth: any, endDepth: any): { data: { curves: {}; }; effective_depth: any; end_depth: any; } | null; export function convertJsonToCsv(obj: any, titles: any, markers: any, prefix: any): string; export function concatCsv(list: any): any; //# sourceMappingURL=csvExport.d.ts.map