export declare function fromHex(hexStr: string): Uint8Array<ArrayBuffer>;
export declare function toHex(bytes: Uint8Array): string;
