import type { PageReviewSourceEvidence } from "./page-review-contracts.js"; /** The caller supplies the already-canonicalized DOM. Keep every identity input * and its order: this receipt diagnoses differences without accepting them. */ export declare function retainPageReviewSourceIdentity(input: { nodes: unknown[]; stylesheets: unknown[]; dom: string; }, artifactPrefix?: string): { digest: string; evidence?: PageReviewSourceEvidence; }; //# sourceMappingURL=page-review-source.d.ts.map