import type { EthAddress } from "../clients";
export declare function fromHexString(hexString: string): Uint8Array;
export declare function toHexString(bytes: Uint8Array): string;
export declare function toEthAccount(bytes: Uint8Array | string): EthAddress;
//# sourceMappingURL=bytes.d.ts.map