import { INTEGER } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary ASOI_identifier * @description * * ### ASN.1 Definition: * * ```asn1 * ASOI-identifier ::= INTEGER(1..128, ...) * ``` */ export type ASOI_identifier = INTEGER; export declare const _decode_ASOI_identifier: $.ASN1Decoder; export declare const _encode_ASOI_identifier: $.ASN1Encoder; //# sourceMappingURL=ASOI-identifier.ta.d.mts.map