import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Classic Applicative. * @tsplus static Either.Aspects ap * @tsplus pipeable Either ap * @tsplus location "@tsplus/stdlib/data/Either/ap" */ export declare function ap(that: Either): (self: import("./definition").Either B>) => import("./definition").Either; //# sourceMappingURL=ap.d.ts.map