import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Apply `Maybe => B` in case self is some returning `Maybe`. * @tsplus static Maybe.Aspects extend * @tsplus pipeable Maybe extend * @tsplus location "@tsplus/stdlib/data/Maybe/extend" */ export declare function extend(f: (fa: Maybe) => B): (self: Maybe) => Maybe; //# sourceMappingURL=extend.d.ts.map