export default loadConfig; /** * @param {string} configFolder */ declare function loadConfig(configFolder: string): Promise;