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