export declare function toHex(buff: Uint8Array): string; export declare function fromHex(str: string): Uint8Array;