import type { MetricsClient } from "../../clients/metricsClient"; import type { CameraKitConfiguration } from "../../configuration"; import type { MakeTaggedBusinessEvent } from "../businessEventsReporter"; import type { MetricsEventTarget } from "../metricsEventTarget"; export type BenchmarkComplete = MakeTaggedBusinessEvent<"benchmarkComplete">; export declare const reportBenchmarks: { (args_0: MetricsEventTarget, args_1: MetricsClient, args_2: CameraKitConfiguration): Promise; token: "reportBenchmarks"; dependencies: readonly ["metricsEventTarget", "metricsClient", "configuration"]; }; //# sourceMappingURL=reportBenchmarks.d.ts.map