import { RuntimeFlags } from "@effect/core/io/RuntimeFlags/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Updates the runtime flags. This may have a performance impact. For a * higher-performance variant, see `ZIO#withRuntimeFlags`. * @tsplus static effect/core/io/Effect.Ops updateRuntimeFlags * @tsplus location "@effect/core/io/Effect/operations/updateRuntimeFlags" */ export declare function updateRuntimeFlags(patch: RuntimeFlags.Patch): Effect; //# sourceMappingURL=updateRuntimeFlags.d.ts.map