import { Schedule } from "@effect/core/io/Schedule/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Returns a new schedule that collects the outputs of this one into a chunk. * @tsplus getter effect/core/io/Schedule collectAll * @tsplus location "@effect/core/io/Schedule/operations/collectAllFrom" */ export declare function collectAllFrom(self: Schedule): Schedule], Env, In, Chunk>; //# sourceMappingURL=collectAllFrom.d.ts.map