import { ProjectInfo } from '../types.js'; export declare function analyzeProject(root: string): ProjectInfo;