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