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