import { ImportConfig } from '../types'; declare const setupConfig: (importCmdFlags: any) => Promise; export default setupConfig;