import type { FileUploaderRawFile } from '../entities';
export declare const getFileKey: (file: FileUploaderRawFile) => string;
