export declare function toHex(data: Uint8Array): string; export declare function fromHex(hexstring: string): Uint8Array;