import { Differ } from "@tsplus/stdlib/data/Differ/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Combines this differ and the specified differ to produce a differ that * knows how to diff the sum of their values. * @tsplus static Differ.Aspects orElseEither * @tsplus pipeable Differ orElseEither * @tsplus location "@tsplus/stdlib/data/Differ/operations/orElseEither" */ export declare function orElseEither(that: Differ): (self: import("../definition").Differ) => import("../definition").Differ, import("../definition").Differ.Or.Patch>; //# sourceMappingURL=orElseEither.d.ts.map