import { type OPERATION } from "../CommonProtocolSpecification/OPERATION.oca.mjs"; import { ListArgument } from "../DirectoryAbstractService/ListArgument.ta.mjs"; import { ListResult } from "../DirectoryAbstractService/ListResult.ta.mjs"; /** * @summary list * @description * * ### ASN.1 Definition: * * ```asn1 * list OPERATION ::= { * ARGUMENT ListArgument * RESULT ListResult * ERRORS {nameError | * serviceError | * referral | * abandoned | * securityError} * CODE id-opcode-list } * ``` * * @constant * @type {OPERATION} * @implements {OPERATION} */ export declare const list: OPERATION; //# sourceMappingURL=list.oa.d.mts.map