import type { DeliveryContractV2 } from "./long-task-delivery-types.js"; export declare function validateActualRiskSurfaces(repository: string, changedPaths: string[], contract: DeliveryContractV2): Promise;