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