import { Config, CLIArgs } from './types';
export declare function loadConfig(cli: CLIArgs): Config;
