export declare function encryptForCache(plain: unknown): Promise; export declare function decryptFromCache(ciphertext: string): Promise; //# sourceMappingURL=encryption.d.ts.map