declare const getTotalFileSize: (files: File[]) => number;

export { getTotalFileSize };
