import { type OPERATION } from "../CommonProtocolSpecification/OPERATION.oca.mjs"; import { LinkedArgument } from "../DirectoryAbstractService/LinkedArgument.ta.mjs"; import { LinkedResult } from "../DirectoryAbstractService/LinkedResult.ta.mjs"; /** * @summary linkedLDAP * @description * * ### ASN.1 Definition: * * ```asn1 * linkedLDAP OPERATION ::= { * ARGUMENT LinkedArgument * RESULT LinkedResult * CODE id-opcode-linkedLDAP } * ``` * * @constant * @type {OPERATION} * @implements {OPERATION} */ export declare const linkedLDAP: OPERATION; //# sourceMappingURL=linkedLDAP.oa.d.mts.map