import { Tree } from "@tsplus/stdlib/collections/Tree/definition"; /** * Take a `Tree` and a function from `f: (a:A) => Tree` and * return a Tree * @tsplus static Tree.Aspects flatMap * @tsplus pipeable Tree flatMap * @tsplus location "@tsplus/stdlib/collections/Tree/flatMap" */ export declare function flatMap(f: (a: A) => Tree): (self: Tree) => Tree; //# sourceMappingURL=flatMap.d.ts.map