import { Metric } from "@effect/core/io/Metrics/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * @tsplus static effect/core/io/Metrics/Metric.Aspects incrementBy * @tsplus pipeable effect/core/io/Metrics/Metric incrementBy * @tsplus location "@effect/core/io/Metrics/operations/incrementBy" */ export declare function incrementBy(amount: number): (self: Metric.Counter) => Effect; //# sourceMappingURL=incrementBy.d.ts.map