import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { Schedule } from "@effect/core/io/Schedule/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * A schedule that recurs as long as the condition f holds, collecting all * inputs into a list. * @tsplus static effect/core/io/Schedule.Ops collectWhile * @tsplus location "@effect/core/io/Schedule/operations/collectWhile" */ export declare function collectWhile(f: Predicate): Schedule], never, A, Chunk>; //# sourceMappingURL=collectWhile.d.ts.map