@snap/camera-kit
Version:
Camera Kit Web
11 lines • 660 B
TypeScript
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<void>;
token: "reportBenchmarks";
dependencies: readonly ["metricsEventTarget", "metricsClient", "configuration"];
};
//# sourceMappingURL=reportBenchmarks.d.ts.map