/**
 * Find project root by looking for marker files
 * Walks up the directory tree from current working directory
 */
export declare function findProjectRoot(startPath?: string): string | null;
/**
 * Get project path with smart fallback
 * Priority: provided path > project root > current directory
 */
export declare function getProjectPath(providedPath?: string): string;
//# sourceMappingURL=projectDetection.d.ts.map