/**
 * Returns a boolean telling if a directory is empty or
 * not.
 */
export declare function isEmptyDir(location: string): boolean;
