/** 格式化文件格式大小 */ export declare function formatFileSize(size: number, full?: boolean, hasUnit?: boolean): string;