import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Similar to `flatMap`, but ignores the constructed output. * @tsplus static Either.Aspects tap * @tsplus pipeable Either tap * @tsplus location "@tsplus/stdlib/data/Either/tap" */ export declare function tap(f: (a: A) => Either): (self: import("./definition").Either) => import("./definition").Either; //# sourceMappingURL=tap.d.ts.map