import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { RecipientEncryptedKey } from "../PKCS7/RecipientEncryptedKey.ta";
export { RecipientEncryptedKey, _decode_RecipientEncryptedKey, _encode_RecipientEncryptedKey, } from "../PKCS7/RecipientEncryptedKey.ta";
export declare type RecipientEncryptedKeys = RecipientEncryptedKey[];
export declare function _decode_RecipientEncryptedKeys(el: _Element): RecipientEncryptedKeys;
export declare function _encode_RecipientEncryptedKeys(value: RecipientEncryptedKeys, elGetter: $.ASN1Encoder<RecipientEncryptedKeys>): _Element;
//# sourceMappingURL=RecipientEncryptedKeys.ta.d.ts.map