import { Config } from './config';
import { Environment } from './environment';
/**
 * Get CLI arguments
 *
 * @param defaults Environment defaults
 * @returns Returns a new Environment object of the cli args
 */
export declare function getCliArgs(defaults: Environment): Config;
