import { TypeAndContextAssertion } from "../DirectoryAbstractService/TypeAndContextAssertion.ta.mjs"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary contextAssertionDefaults * @description * * ### ASN.1 Definition: * * ```asn1 * contextAssertionDefaults ATTRIBUTE ::= { * WITH SYNTAX TypeAndContextAssertion * EQUALITY MATCHING RULE objectIdentifierFirstComponentMatch * USAGE directoryOperation * ID id-oa-contextAssertionDefault } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const contextAssertionDefaults: ATTRIBUTE; //# sourceMappingURL=contextAssertionDefaults.oa.d.mts.map