import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary QOSErrorCounter * @description * * ### ASN.1 Definition: * * ```asn1 * QOSErrorCounter ::= INTEGER * ``` */ export type QOSErrorCounter = INTEGER; export declare const _decode_QOSErrorCounter: $.ASN1Decoder; export declare const _encode_QOSErrorCounter: $.ASN1Encoder; //# sourceMappingURL=QOSErrorCounter.ta.d.mts.map