import { UploadFile } from '../../ui/Upload/interfaces';
export default function internalDownloadFile(file: UploadFile): Promise<void>;
