import type { DeliveryContractV2 } from "./long-task-delivery-types.js"; import type { SemanticFactManifestIndexV1 } from "./semantic-fact-policy.js"; import type { SemanticFactManifestV1 } from "./semantic-fact-types.js"; export declare function validateSemanticFactOutcomeBindings(outcome: DeliveryContractV2["outcomes"][number], manifest: SemanticFactManifestV1, index: SemanticFactManifestIndexV1, allFactBindings: string[], factRevisions: Map, revisionsRequired: boolean): void;