import type { AbsolutePath, ConfigPath } from "../types.d.ts";
declare const getNearestConfigPath: <N extends string = string, A extends AbsolutePath = AbsolutePath>(fileName: N, cwd?: A) => ConfigPath<A, N>;
export = getNearestConfigPath;
