pub(crate) fn export_encrypted_json( folders: Vec<Folder>, ciphers: Vec<Cipher>, password: String, kdf: Kdf, ) -> Result<String, EncryptedJsonError>