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