import type { StaleValueWarning } from "../../domain/runtime/stale-value-warning.js"; export declare function detectStaleWorkspace(workspaceRoot: string, lastRuntimeCommandAt: string | null, thresholdDays?: number): StaleValueWarning[]; //# sourceMappingURL=detect-stale-workspace.d.ts.map