import type { LegacyConfigIssue } from "../../../config/types.js"; export declare function findDoctorLegacyConfigIssues(raw: unknown, sourceRaw?: unknown, touchedPaths?: ReadonlyArray>): LegacyConfigIssue[];