/// import { PathLike } from "fs"; export declare const isDirectory: (path: PathLike) => boolean;