export declare const handleExcelFileUpload: (fileObject: any, fileProperties: any) => Promise; export declare const handleTextFileUpload: (fileObject: any, fileProperties: any) => Promise; export declare const handleJsonFileUpload: (fileObject: any, fileProperties: any) => Promise; //# sourceMappingURL=fileUtils.d.ts.map