/** * Check path is empty (no file exists, no dir exists or dir exists but is * empty) */ export declare function isEmpty(path: string): boolean;