import { LazyArg } from "@tsplus/stdlib/data/Function"; 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 failSync * @tsplus location "@effect/core/stream/Stream/operations/failSync" */ export declare function failSync(error: LazyArg): Stream; //# sourceMappingURL=failSync.d.ts.map