import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary RangeZeroToMax * @description * * ### ASN.1 Definition: * * ```asn1 * RangeZeroToMax ::= INTEGER(0..MAX) * ``` */ export type RangeZeroToMax = INTEGER; export declare const _decode_RangeZeroToMax: $.ASN1Decoder; export declare const _encode_RangeZeroToMax: $.ASN1Encoder; //# sourceMappingURL=RangeZeroToMax.ta.d.mts.map