import { type NormalizedAbsolutePath } from '../files.js'; export declare function getClosestPackageJSONDir(dir: NormalizedAbsolutePath, topDir?: NormalizedAbsolutePath): NormalizedAbsolutePath | undefined;