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