import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Schedule } from "@effect/core/io/Schedule/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { List } from "@tsplus/stdlib/collections/List/definition"; /** * Runs a schedule using the provided inputs, and collects all outputs. * @tsplus static effect/core/io/Schedule.Aspects run * @tsplus pipeable effect/core/io/Schedule run * @tsplus location "@effect/core/io/Schedule/operations/run" */ export declare function run(now: number, input: Collection): (self: import("../definition").Schedule) => import("../../Effect").Effect>; //# sourceMappingURL=run.d.ts.map