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