import { type MATCHING_RULE } from "../InformationFramework/MATCHING-RULE.oca.mjs"; import { TimeSpecification } from "../SelectedAttributeTypes/TimeSpecification.ta.mjs"; /** * @summary timeSpecificationMatch * @description * * ### ASN.1 Definition: * * ```asn1 * timeSpecificationMatch MATCHING-RULE ::= { * SYNTAX TimeSpecification * ID id-mr-timeSpecMatch } * ``` * * @constant * @type {MATCHING_RULE} * @implements {MATCHING_RULE} */ export declare const timeSpecificationMatch: MATCHING_RULE; //# sourceMappingURL=timeSpecificationMatch.oa.d.mts.map