import { type NormalizedAbsolutePath } from '../files.js';
/**
 * Finds the closest directory containing at least one dependency manifest.
 */
export declare function getClosestDependencyManifestDir(dir: NormalizedAbsolutePath, topDir?: NormalizedAbsolutePath): NormalizedAbsolutePath | undefined;
