import { IDepsTelemetry } from "./checker"; import { DepsCheckerEvent } from "./common"; declare class FuncPluginTelemetry implements IDepsTelemetry { private readonly _telemetryComponentType; sendEvent(eventName: DepsCheckerEvent, timecost?: number): void; sendEventWithDuration(eventName: DepsCheckerEvent, action: () => Promise): Promise; sendUserErrorEvent(eventName: DepsCheckerEvent, errorMessage: string): void; sendSystemErrorEvent(eventName: DepsCheckerEvent, errorMessage: string, errorStack: string): void; } export declare const funcPluginTelemetry: FuncPluginTelemetry; export {}; //# sourceMappingURL=funcPluginTelemetry.d.ts.map