import type { GoalState } from "../domain/types.js"; export declare const DEFAULT_CONFIGURED_CHECK_TIMEOUT_MS: number; export declare function runConfiguredChecks(goal: GoalState, cwd: string, options?: { timeoutMs?: number; }): Promise; //# sourceMappingURL=checks.d.ts.map