import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * A sink that always fails with the specified error. * @tsplus static effect/core/stream/Sink.Ops fail * @tsplus location "@effect/core/stream/Sink/operations/fail" */ export declare function fail(e: E): Sink; //# sourceMappingURL=fail.d.ts.map