export declare function convertFromBytes(bytes: number, toFormat?: 'gb' | 'mb' | 'kb'): { value: number; format: 'gb' | 'mb' | 'kb'; };