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