export declare class CLIArguments { private readonly args; constructor(args: Array); private setArg; private parseLetters; private parseLongArguments; private parseShortArguments; private parseArgs; getArgs(): { [key: string]: string; }; }