import { Duration } from "@tsplus/stdlib/data/Duration"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Returns a stream that emits `undefined` values spaced by the specified * duration. * @tsplus static effect/core/stream/Stream.Ops tick * @tsplus location "@effect/core/stream/Stream/operations/tick" */ export declare function tick(interval: Duration): Stream; //# sourceMappingURL=tick.d.ts.map