import { RedBlackTree } from "@tsplus/stdlib/collections/RedBlackTree/definition"; import type { Direction, RedBlackTreeIterable } from "@tsplus/stdlib/collections/RedBlackTree/definition"; /** * Returns an iterator that points to the element at the spcified index of the * tree. * @tsplus static RedBlackTree.Aspects at * @tsplus pipeable RedBlackTree at * @tsplus location "@tsplus/stdlib/collections/RedBlackTree/at" */ export declare function at(index: number, direction?: Direction): (self: import("@tsplus/stdlib/collections/RedBlackTree/definition").RedBlackTree) => RedBlackTreeIterable; //# sourceMappingURL=at.d.ts.map