export default getConfigFile; /** * Attempts to resolve the config file in a given root directory. * @param {string} rootDir - the directory to find the config file in. * @param {string} configName - the name of the config file. * @return {object} an object containing the config module and its path. */ declare function getConfigFile(rootDir: string, configName: string): object;