import { RuntimeFlags } from "@effect/core/io/RuntimeFlags/definition"; /** * @tsplus pipeable effect/core/io/RuntimeFlags patch * @tsplus location "@effect/core/io/RuntimeFlags/operations/patch" */ export declare function patch(patch: RuntimeFlags.Patch): (self: RuntimeFlags) => RuntimeFlags; //# sourceMappingURL=patch.d.ts.map