export declare function hashLoginPassword(password: string): Uint8Array; export declare function XOR(value1: Uint8Array, value2: Uint8Array): Uint8Array;