import type { DeliveryContractV2 } from "./long-task-delivery-types.js"; import type { compileProductClaimCoverage } from "./long-task-claims.js"; export declare function validateSourceClaimMappings(contract: DeliveryContractV2, compiledClaims: ReturnType, report?: ValidationReporter): void; type ValidationReporter = (message: string) => void; export {};