import { Context, SystemError, UserError } from "@microsoft/teamsfx-api"; export declare class telemetryHelper { static sendSuccessEvent(ctx: Context, eventName: string, properties?: { [key: string]: string; }, measurements?: { [key: string]: number; }): void; static sendErrorEvent(ctx: Context, eventName: string, e: SystemError | UserError, properties?: { [key: string]: string; }, measurements?: { [key: string]: number; }): void; } //# sourceMappingURL=telemetry-helper.d.ts.map