import type { ProjectConfig } from "./types.js"; export declare function detectProject(rootPath: string): ProjectConfig; //# sourceMappingURL=detect.d.ts.map