import type { BestMatch, Indicator, ProjectDiscovery } from './interfaces/index.js'; export declare function findProjectRoot(startPath: string): string | null; export declare function findProjectDeep(startPath: string, maxDepth?: number, includeSubdirectories?: boolean): ProjectDiscovery[]; export type { BestMatch, Indicator, ProjectDiscovery };