import { ID } from "../UsefulDefinitions/ID.ta.mjs"; /** * @summary ldapSystemSchema * @description * * ### ASN.1 Definition: * * ```asn1 * ldapSystemSchema ID ::= {module ldapSystemSchema(38) 9} * ``` * * @constant */ export declare const ldapSystemSchema: ID; //# sourceMappingURL=ldapSystemSchema.va.d.mts.map