/** * Check if directory is empty * * @param {string} dirName * @returns {boolean} */ export declare const isDirEmpty: (dirName: string) => Boolean;