import { type PathLike } from 'node:fs'; export declare function isDir(path: PathLike): boolean;