import { IProject, ITelemetry, IonicEnvironment } from '../definitions'; export declare class Telemetry implements ITelemetry { env: IonicEnvironment; resetToken(): Promise; sendCommand(command: string, args: string[]): Promise; } export declare function sendCommand(env: IonicEnvironment, project: IProject, command: string, args: string[]): Promise;