export declare function getHash(value: string): string; export declare function compareHash(value1: string, value2: string): boolean; export declare function encrypt(value: string): Promise; export declare function decrypt(value: string): Promise;