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 failure value of * the effects that it is applied to. * @tsplus getter effect/core/io/Metrics/Metric trackError * @tsplus location "@effect/core/io/Metrics/operations/trackError" */ export declare function trackError(self: Metric): (effect: import("../../Effect").Effect) => import("../../Effect").Effect; //# sourceMappingURL=trackError.d.ts.map