/** * Resolve the coordination root. * * Delegates to `resolveCoordRoot()`. This was a third, independent copy of the * walk-up — the kind of duplication that let the hooks and the CLI drift onto * different roots in the first place; keep resolution in one place. */ export declare function findCoordRoot(start?: string): string | null; //# sourceMappingURL=paths.d.ts.map