import type { GitClient } from "../ports/git.js"; import type { RepoSnapshot, RepoTransition } from "./repo-state-types.js"; export declare function detectTransition(gitClient: GitClient, cwd: string, previous: RepoSnapshot, current: RepoSnapshot, bootstrapTimestampSec: number, allowBootstrap: boolean): Promise; //# sourceMappingURL=repo-state-transition.d.ts.map