declare const checkFolderIsEmpty: (directoryPath: string) => Promise<boolean>;
export default checkFolderIsEmpty;
