export declare function fromHEX(hexStr: string): Uint8Array;
export declare function toHEX(bytes: Uint8Array): string;
