import { RuntimeFlags } from "@effect/core/io/RuntimeFlags/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns a new Effect that will update the runtime flags according to * the specified patch within the scope of this Effect. * @tsplus pipeable effect/core/io/Effect withRuntimeFlags * @tsplus location "@effect/core/io/Effect/operations/withRuntimeFlags" */ export declare function withRuntimeFlags(update: RuntimeFlags.Patch): (self: Effect) => Effect; //# sourceMappingURL=withRuntimeFlags.d.ts.map