import { INTEGER } from "@wildboar/asn1"; /** * @summary ub_destination_indicator * @description * * ### ASN.1 Definition: * * ```asn1 * ub-destination-indicator INTEGER ::= 128 * ``` * * @constant */ export declare const ub_destination_indicator: INTEGER; //# sourceMappingURL=ub-destination-indicator.va.d.mts.map