import { CommandLineInputs, CommandLineOptions, CommandPreRun } from '@ionic/cli-utils'; import { Command } from '@ionic/cli-utils/lib/command'; export declare class TelemetryCommand extends Command implements CommandPreRun { preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise; }