import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Cause } from "@effect/core/io/Cause/definition"; import { Duration } from "@tsplus/stdlib/data/Duration"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Fails the stream with given cause if it does not produce a value after the * specified duration. * @tsplus static effect/core/stream/Stream.Aspects timeoutFailCause * @tsplus pipeable effect/core/stream/Stream timeoutFailCause * @tsplus location "@effect/core/stream/Stream/operations/timeoutFailCause" */ export declare function timeoutFailCause(cause: LazyArg>, duration: Duration): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=timeoutFailCause.d.ts.map