import { Errors } from '@oclif/core'; export declare class RequiredArgsError extends Errors.CLIError { constructor(args: string[]); }