import { Tree } from "@tsplus/stdlib/collections/Tree/definition"; /** * @tsplus pipeable-operator Tree == * @tsplus static Tree.Aspects equals * @tsplus pipeable Tree equals * @tsplus location "@tsplus/stdlib/collections/Tree/equals" */ export declare function equals(that: Tree): (self: import("./definition").Tree) => boolean; //# sourceMappingURL=equals.d.ts.map