export declare function isHex(value: string): value is `0x${string}`; export declare function toHex(value: Uint8Array): `0x${string}`;