import type { ProjectConfig } from "../types/index.js"; export declare function getProjectConfig(rootPath: string): ProjectConfig;