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