import { type Occupancy } from './collision.js'; export { normalizeWorktreePath, isSameWorktree } from '../git/worktrees.js'; /** * Gather phase-number occupancy from local + sibling worktrees + upstream. * Never throws — each source degrades to no data on failure. */ export declare function gatherOccupancy(repoRoot: string, opts: { integrationRef: string; }): Promise; //# sourceMappingURL=occupancy.d.ts.map