export declare const ArrayToHexString: (byteArray: number[]) => string;
export declare const getUint8ArrayFromHex: (str: any) => Uint8Array;
