export declare function encrypt(crypto: Crypto, passphrase: string, plainText: string): Promise; export declare function decrypt(crypto: Crypto, passphrase: string, encryptedString: string): Promise;