import { Tree } from "@tsplus/stdlib/collections/Tree/definition"; import type * as P from "@tsplus/stdlib/prelude/ForEach"; /** * @tsplus static Tree.Ops ForEach * @tsplus location "@tsplus/stdlib/collections/Tree/instances/ForEach" */ export declare const ForEach: P.ForEach; //# sourceMappingURL=ForEach.d.ts.map