export declare function encrypt(text: any): string; export declare function decrypt(text: any): string; //# sourceMappingURL=cipher.d.ts.map