import { Metric } from "@effect/core/io/Metrics/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Retrieves a snapshot of the value of the metric at this moment in time. * @tsplus getter effect/core/io/Metrics/Metric value * @tsplus location "@effect/core/io/Metrics/operations/value" */ export declare function value(self: Metric): Effect; //# sourceMappingURL=value.d.ts.map