
export declare function fromHex(encoded: string): Uint8Array;

export declare function toHex(bytes: Uint8Array): string;
