import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Like chain but ignores the constructed outout. * @tsplus static Maybe.Aspects tap * @tsplus pipeable Maybe tap * @tsplus location "@tsplus/stdlib/data/Maybe/tap" */ export declare function tap(f: (a: A) => Maybe): (self: Maybe) => Maybe; //# sourceMappingURL=tap.d.ts.map