import { Options } from 'type-args';
declare function getInitialOptions(argv?: string[]): Options;
export default getInitialOptions;
