import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that yields to the runtime system, starting on a fresh * stack. Manual use of this method can improve fairness, at the cost of * overhead. * @tsplus static effect/core/io/Effect.Ops yieldNow * @tsplus location "@effect/core/io/Effect/operations/yieldNow" */ export declare const yieldNow: Effect; //# sourceMappingURL=yieldNow.d.ts.map