/** * Format bytes as `0x1234…1234` * 4 bytes can represent 4294967296 values, so the chance of collision is low */ export declare function prettyBytes(root: Uint8Array | string): string; //# sourceMappingURL=format.d.ts.map