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