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