/** * Zero-knowledge inclusion / "AI-cited-correctly" proof (spec 266 Phase 4). * Reserved — proves a commitment is in a corpus (or that a citation is * faithful) without revealing the rendering. */ export declare function buildInclusionZkProof(): Promise; /** * Bind a payment mandate to entitlement issuance for paid access (spec 266 * Phase 5). Reserved. */ export declare function bindPaymentMandate(): never; //# sourceMappingURL=reserved.d.ts.map