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