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