#!/usr/bin/env node declare const getConfig: (root: string, configFile: string) => any; export default getConfig;