import { PluginContext } from "@microsoft/teamsfx-api"; export declare class TelemetryUtils { static ctx: PluginContext; static init(ctx: PluginContext): void; static sendEvent(eventName: string, properties?: { [key: string]: string; }, measurements?: { [key: string]: number; }): void; static sendErrorEvent(eventName: string, properties?: { [key: string]: string; }, measurements?: { [key: string]: number; }, errorProps?: string[]): void; static sendException(error: Error, properties?: { [key: string]: string; }, measurements?: { [key: string]: number; }): void; } //# sourceMappingURL=telemetry.d.ts.map