/** * 文件大小格式化 * @example formatFileSize(1024) → "1 KB" */ export declare const formatFileSize: (bytes: number) => string;