export declare function encrypt(text: string): string; export declare function decrypt(hash: string): string;