export declare const getCsvData: (fileUrl: string) => Promise; export declare const getTextData: (fileUrl: string) => Promise; export declare const getXlsxData: (fileUrl: string) => Promise; //# sourceMappingURL=utils.d.ts.map