export declare function decrypt(cipher: string, key: string): any; export declare function encrypt(text: string, key: string): string;