export type AcceptedFileType = 'csv' | 'json'; declare const FILE_TYPES: { [fileType: string]: AcceptedFileType; }; export default FILE_TYPES; //# sourceMappingURL=file-types.d.ts.map