import { type AdaptPathSet, type AdaptTarget } from "./contracts.js"; export declare function resolveAdaptPaths(cwd: string, target: AdaptTarget): AdaptPathSet; //# sourceMappingURL=paths.d.ts.map