import { type MKMF_VALUES } from '../RepertoireASN1Module/MKMF-VALUES.oca.mjs'; /** * @summary ImplementedValuesSet * @description * * ### ASN.1 Definition: * * ```asn1 * ImplementedValuesSet MKMF-VALUES ::= {...} * ``` * * @constant * @type {MKMF_VALUES[]} * */ export declare const ImplementedValuesSet: MKMF_VALUES[]; //# sourceMappingURL=ImplementedValuesSet.osa.d.mts.map