import { Schedule } from "@effect/core/io/Schedule/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * A schedule that recurs anywhere, collecting all inputs into a `Chunk`. * @tsplus static effect/core/io/Schedule.Ops collectAll * @tsplus location "@effect/core/io/Schedule/operations/collectAll" */ export declare function collectAll(): Schedule], never, A, Chunk>; //# sourceMappingURL=collectAll.d.ts.map