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