export declare function fromHex(hexStr: string): Uint8Array;
export declare function toHex(bytes: Uint8Array): string;
//# sourceMappingURL=hex.d.ts.map