#! /usr/bin/env node
/**
 * Check if the provided directory can be used. Ignoring some existing configuration
 * files.
 *
 * @param {string} dir
 * @returns {boolean}
 */
export function canDirectoryBeUsed(dir: string): boolean;
