export declare function encrypt(passphrase: string, plainText: string): Promise; export declare function decrypt(passphrase: string, cipherText: string): Promise;