import type { GoalState } from "../domain/types.js"; export declare function verifyDeclaredFiles(goal: GoalState, root: string): Promise; //# sourceMappingURL=contracts.d.ts.map