import { type EvidenceSnapshotContribution } from '@opensip-cli/core'; export declare const MAX_EVIDENCE_SNAPSHOT_CONTRIBUTIONS = 16; /** Validate, copy, and freeze untrusted in-process Tool completion evidence. */ export declare function captureEvidenceSnapshots(value: unknown): readonly EvidenceSnapshotContribution[]; //# sourceMappingURL=evidence-snapshot-capture.d.ts.map