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