import { ID } from "../UsefulDefinitions/ID.ta.mjs"; /** * @summary matchingRestriction * @description * * ### ASN.1 Definition: * * ```asn1 * matchingRestriction ID ::= {ds 36} * ``` * * @constant */ export declare const matchingRestriction: ID; //# sourceMappingURL=matchingRestriction.va.d.mts.map