import { Metric } from "@effect/core/io/Metrics/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an aspect that will update this metric with the success value of * the effects that it is applied to. * @tsplus getter effect/core/io/Metrics/Metric trackSuccess * @tsplus location "@effect/core/io/Metrics/operations/trackSuccess" */ export declare function trackSuccess(self: Metric): (effect: import("../../Effect").Effect) => import("../../Effect").Effect; //# sourceMappingURL=trackSuccess.d.ts.map