import { type IssueType } from "#typescript"; import type { ProjectTSConfig } from "./types.ts"; /** * Filters affected projects down to ones that actually use baseUrl for module resolution. * Creates TypeScript programs and catches "TS_FIX_BASEURL_SIGNAL" errors to detect baseUrl usage. */ export declare function getProjectsWithProgramIssues(affectedProjects: readonly ProjectTSConfig[], issueType: IssueType): ProjectTSConfig[]; //# sourceMappingURL=getProgramLevelIssues.d.ts.map