export declare class Input { argv: Array; plugin?: string; command?: string; subCommands?: string[]; options?: { [key: string]: string | boolean; }; constructor(argv: Array); } //# sourceMappingURL=input.d.ts.map