import type { FileProcessingInfo } from '@uppy/utils/lib/FileProgress';
import type { UppyFile } from '@uppy/utils/lib/UppyFile';
export default function calculateProcessingProgress(files: Record<string, UppyFile<any, any>>): FileProcessingInfo;
//# sourceMappingURL=calculateProcessingProgress.d.ts.map