import { ClosesdirFn } from "./types";
/**
 * Find the closest directory containing a specific marker file.
 *
 * This function is similar to ancesdir, but it includes the starting
 * directory in the search. It returns the closest directory that contains
 * the specified marker file, starting from the given path or the parent
 * directory of ancesdir's package directory.
 */
export declare const closesdir: ClosesdirFn;
