import { type SIGNCRYPTED } from "../CMSSigncryption/SIGNCRYPTED.oca.mjs"; import { XPathSet } from "../CMSSigncryption/XPathSet.ta.mjs"; /** * @summary xPathManifest * @description * * ### ASN.1 Definition: * * ```asn1 * xPathManifest SIGNCRYPTED ::= { * OID xPath PARMS XPathSet * } * ``` * * @constant * @type {SIGNCRYPTED} * @implements {SIGNCRYPTED} */ export declare const xPathManifest: SIGNCRYPTED; //# sourceMappingURL=xPathManifest.oa.d.mts.map