import { type SCHED_ERROR } from '../Schedulerev1-ASN1Module/SCHED-ERROR.oca.mjs'; /** * @summary CommonErrorSet * @description * * ### ASN.1 Definition: * * ```asn1 * CommonErrorSet SCHED-ERROR ::= {...} * ``` * * @constant * @type {SCHED_ERROR[]} * */ export declare const CommonErrorSet: SCHED_ERROR[]; //# sourceMappingURL=CommonErrorSet.osa.d.mts.map