import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { EnvelopedData } from "cms-ts/dist/node/modules/CryptographicMessageSyntax-2010/EnvelopedData.ta"; import { EncryptedValue } from "../PKIXCRMF-2009/EncryptedValue.ta"; export declare type EncryptedKey = { encryptedValue: EncryptedValue; } | { envelopedData: EnvelopedData; }; export declare function _decode_EncryptedKey(el: _Element): EncryptedKey; export declare function _encode_EncryptedKey(value: EncryptedKey, elGetter: $.ASN1Encoder): _Element; //# sourceMappingURL=EncryptedKey.ta.d.ts.map