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