//#region src/conversions.d.ts declare function bytesToHumanReadable(bytes: number): string; //#endregion export { bytesToHumanReadable };