import { Effect } from "@effect/core/io/Effect/definition"; /** * Summarizes a effect by computing some value before and after execution, and * then combining the values to produce a summary, together with the result of * execution. * @tsplus static effect/core/io/Effect.Aspects summarized * @tsplus pipeable effect/core/io/Effect summarized * @tsplus location "@effect/core/io/Effect/operations/summarized" */ export declare function summarized(summary: Effect, f: (start: B, end: B) => C): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=summarized.d.ts.map