export declare const isEmptyDir: (dir: string) => Promise<boolean>;
