import type { ResolvedConfig } from "./config.ts"; import type { WorktreeEntry } from "./worktrees.ts"; export declare function recordCleanedUpRuns(config: ResolvedConfig, entries: readonly WorktreeEntry[]): void; //# sourceMappingURL=runStateCleanup.d.ts.map