import type { LoopState } from "./state-types"; export declare function readActiveLoop(projectDir: string): LoopState;