import { type WRAPPED_PROT } from "../Wrapper/WRAPPED-PROT.oca.mjs"; /** * @summary SupportedProtSet * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedProtSet WRAPPED-PROT ::= {avlProt | casubProt | tbprot } * ``` * * @constant * @type {WRAPPED_PROT[]} * */ export declare const SupportedProtSet: WRAPPED_PROT[]; //# sourceMappingURL=SupportedProtSet.osa.d.mts.map