import { INTEGER } from '@wildboar/asn1'; /** * @summary maxInt * @description * * ### ASN.1 Definition: * * ```asn1 * maxInt INTEGER ::= 2147483647 * ``` * * @constant */ export declare const maxInt: INTEGER; //# sourceMappingURL=maxInt.va.d.mts.map