export declare const fromHexString: (hexString: string) => Uint8Array; export declare const buf2hex: (buffer: ArrayBuffer) => string;