import type { ConfigStore } from "./configStore.ts"; import type { PathsProblem, TSConfig } from "./types.ts"; export declare function getPathsProblems(tsconfigs: TSConfig[], store: ConfigStore): PathsProblem[]; //# sourceMappingURL=getPathsProblems.d.ts.map