import { UTF8String } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary XPath * @description * * ### ASN.1 Definition: * * ```asn1 * XPath ::= UTF8String (CONSTRAINED BY { -- XML Path Language 2.0 -- }) * ``` */ export type XPath = UTF8String; export declare const _decode_XPath: $.ASN1Decoder; export declare const _encode_XPath: $.ASN1Encoder; //# sourceMappingURL=XPath.ta.d.mts.map