export declare function fromHex(hexStr: string): Uint8Array;
export declare function toHex(bytes: Uint8Array): string;
/** @deprecated use toHex instead */
export declare const toHEX: typeof toHex;
/** @deprecated use fromHex instead */
export declare const fromHEX: typeof fromHex;
