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