/** * Finds the root directory of a project by walking upward from a starting path. */ export declare function findProjectRoot(startDir: string): string; //# sourceMappingURL=find-project-root.d.ts.map