import type { DoctorCheckParams } from '../checks/checks.types';
type ProjectConfig = Omit<DoctorCheckParams, 'projectRoot'>;
export declare function getProjectConfigAsync(projectRoot: string): Promise<ProjectConfig>;
export {};
