/**
 * 转换GB TB 等大小
 * @param bytes 字节数
 * @param decimals 保留小数位数
 */
export declare function byteConvert(bytes: number, decimals?: number): string;
