import { Effect } from "@effect/core/io/Effect/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Returns a stream that effectfully "peeks" at the failure of the stream. * @tsplus static effect/core/stream/Stream.Aspects tapError * @tsplus pipeable effect/core/stream/Stream tapError * @tsplus location "@effect/core/stream/Stream/operations/tapError" */ export declare function tapError(f: (e: E) => Effect): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=tapError.d.ts.map