import type { MinimalRequiredUppyFile, UppyFile } from './UppyFile.js'; /** * Takes a file object and turns it into fileID, by converting file.name to lowercase, * removing extra characters and adding type, size and lastModified */ export default function generateFileID(file: Omit, 'name'> & Pick, 'name'>, instanceId: string): string; export declare function getSafeFileId(file: Omit, 'name'> & Pick, 'name'>, instanceId: string): string; //# sourceMappingURL=generateFileID.d.ts.map