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