import { Schedule } from "@effect/core/io/Schedule/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns a new schedule that allows choosing between feeding inputs to this * schedule, or feeding inputs to the specified schedule. * @tsplus pipeable-operator effect/core/io/Schedule + * @tsplus static effect/core/io/Schedule.Aspects choose * @tsplus pipeable effect/core/io/Schedule choose * @tsplus location "@effect/core/io/Schedule/operations/choose" */ export declare function choose(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule, import("@tsplus/stdlib/data/Either").Either>; //# sourceMappingURL=choose.d.ts.map