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