import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; /** * @tsplus fluent SortedMap remove * @tsplus location "@tsplus/stdlib/collections/SortedMap/remove" */ export declare function remove_(self: SortedMap, key: K): SortedMap; /** * @tsplus static SortedMap.Aspects remove * @tsplus pipeable SortedMap remove * @tsplus location "@tsplus/stdlib/collections/SortedMap/remove" */ export declare const remove: (key: K) => (self: import("./definition").SortedMap) => import("./definition").SortedMap; //# sourceMappingURL=remove.d.ts.map