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