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