export declare function encrypt(plaintext: string): string; export declare function decrypt(ciphertext: string): string; export declare function encryptObject(obj: Record): string; export declare function decryptObject(ciphertext: string): Record; //# sourceMappingURL=crypto.d.ts.map