import type { DoctorDeps, Finding, StateSummary } from '../types.js'; export declare function runInstallLayoutCheck(deps: DoctorDeps, state: StateSummary): Promise; //# sourceMappingURL=install-layout.d.ts.map