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