import { ProjectConfig } from "../../interfaces/project.interfaces"; export declare const getProjectConfig: (projectPath: string) => ProjectConfig;