import { FileItem } from "../Item.types.js";
export declare function formatFileSize(file: FileItem): string | null;
