import { AssociativeIdentity } from "@tsplus/stdlib/prelude/AssociativeIdentity/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Folds an `AssociativeIdentity` through an `Either`. * @tsplus static Either.Aspects foldMap * @tsplus pipeable Either foldMap * @tsplus location "@tsplus/stdlib/data/Either/foldMap" */ export declare function foldMap(I: AssociativeIdentity, f: (a: A) => M): (self: import("./definition").Either) => M; //# sourceMappingURL=foldMap.d.ts.map