import type { ChainedOperation } from "./chained.oa.mjs"; /** * @summary chainedLinkedLDAP * @description * * ### ASN.1 Definition: * * ```asn1 * chainedLinkedLDAP OPERATION ::= chained{linkedLDAP} * ``` * * @constant * @type {OPERATION} * @implements {OPERATION} */ export declare const chainedLinkedLDAP: ChainedOperation; //# sourceMappingURL=chainedLinkedLDAP.oa.d.mts.map