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