declare const bytesToHex: (bytes: Uint8Array) => string;
export { bytesToHex };
