import { SubtreeSpecification } from "../InformationFramework/SubtreeSpecification.ta.mjs"; import { type SYNTAX_NAME } from "../InformationFramework/SYNTAX-NAME.oca.mjs"; /** * @summary subtreeSpec * @description * * ### ASN.1 Definition: * * ```asn1 * subtreeSpec SYNTAX-NAME ::= { * LDAP-DESC "SubtreeSpecification" * DIRECTORY SYNTAX SubtreeSpecification * ID id-lsx-subtreeSpec } * ``` * * @constant * @type {SYNTAX_NAME} * @implements {SYNTAX_NAME} */ export declare const subtreeSpec: SYNTAX_NAME; //# sourceMappingURL=subtreeSpec.oa.d.mts.map