export default class ByteUtils { static getByteSize(value: string, type: string | undefined): number; }