import { CommandLineInput } from '@aws-amplify/amplify-cli-core/src/types'; export declare class CLIInput implements CommandLineInput { argv: Array; plugin?: string; command: string; subCommands?: string[]; options?: { [key: string]: string | boolean; }; constructor(argv: Array); } //# sourceMappingURL=command-input.d.ts.map