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