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