import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary xPath * @description * * ### ASN.1 Definition: * * ```asn1 * xPath OID ::= { signcryption-manifest xPath(0) } * ``` * * @constant */ export declare const xPath: OID; //# sourceMappingURL=xPath.va.d.mts.map