import { type MATCHING_RESTRICTION } from "../ServiceAdministration/MATCHING-RESTRICTION.oca.mjs"; /** * @summary SupportedMatchingRestrictions * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedMatchingRestrictions MATCHING-RESTRICTION ::= {...} * ``` * * @constant * @type {MATCHING_RESTRICTION[]} * */ export declare const SupportedMatchingRestrictions: MATCHING_RESTRICTION[]; //# sourceMappingURL=SupportedMatchingRestrictions.osa.d.mts.map