import { type GeneratedExecutionGraph, type GeneratedGraphEvidenceProjection } from "./types"; export declare function projectGeneratedGraphEvidence(graph: GeneratedExecutionGraph): GeneratedGraphEvidenceProjection;