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