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