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