import { Either } from "@tsplus/stdlib/data/Either/definition"; import type * as P from "@tsplus/stdlib/prelude/Foldable"; /** * @tsplus static Either.Ops Foldable * @tsplus location "@tsplus/stdlib/data/Either/instances/Foldable" */ export declare const Foldable: P.Foldable; //# sourceMappingURL=Foldable.d.ts.map