import Yargs from 'yargs';
import { Arguments } from './options/options';
export declare function getArgs(): Yargs.Argv<Arguments>;
