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