import { type OTHER_RECIPIENT } from "../CryptographicMessageSyntax-2010/OTHER-RECIPIENT.oca.mjs"; /** * @summary SupportedOtherRecipInfo * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedOtherRecipInfo OTHER-RECIPIENT ::= { ... } * ``` * * @constant * @type {OTHER_RECIPIENT[]} * */ export declare const SupportedOtherRecipInfo: OTHER_RECIPIENT[]; //# sourceMappingURL=SupportedOtherRecipInfo.osa.d.mts.map