import type { ImportKind } from '../../config-schema.js';
export declare function pathsForImport(kind: ImportKind, rootDir: string): string[];
//# sourceMappingURL=paths.d.ts.map