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 sendException(error: Error, properties?: { [key: string]: string; }, measurements?: { [key: string]: number; }): void; static readonly getErrorProperty: (errorType: string, errorMessage: string) => { "error-type": string; "error-message": string; }; } //# sourceMappingURL=telemetry.d.ts.map