/**
 * Re-export of the shared fileupload utilities.
 * Kept as a file entry so existing `import { parseFileSize } from './utils'` paths keep working.
 */
export { parseFileSize, formatFileSize } from '../../shared-utils/fileupload';
