import type { ProductGraph } from '../graph/graph-types.js'; import type { IncrementalSpec } from '../incremental/types.js'; import type { ReviewCycleResult } from '../reviewers/types.js'; import type { WorkflowResult } from '../workflow/engine.js'; import type { VerificationResult } from './types.js'; export declare function verify(graph: ProductGraph, spec: IncrementalSpec, workflow: WorkflowResult, reviewCycles: readonly ReviewCycleResult[]): VerificationResult; //# sourceMappingURL=verify.d.ts.map