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