import type { VeryfrontConfig } from "../../../src/config/index.js"; /** * Loads `veryfront.config` for a project, or `null` when it cannot be read. * * Doctor checks describe a project rather than run it, so a missing or broken * config is reported by the configuration check alone — every other check falls * back to framework defaults instead of failing. */ export declare function loadConfigOrNull(projectDir: string): Promise; //# sourceMappingURL=project-config.d.ts.map