import type { FileBox } from 'file-box'; import { FileBoxInterface } from 'file-box'; declare const canPassthrough: (fileBox: FileBoxInterface) => boolean; declare const normalizeFileBoxUuid: (FileBoxUuid: typeof FileBox) => (fileBox: FileBoxInterface) => Promise; export { canPassthrough, normalizeFileBoxUuid, }; //# sourceMappingURL=normalize-filebox.d.ts.map