export declare const bytesToHex: (bytes: Uint8Array) => string; export declare const hexToBytes: (hex: string) => Uint8Array; export declare const publicKeyToAddress: (publicKey: string) => string; //# sourceMappingURL=hexBytesAddressUtils.d.ts.map