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