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