import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * @tsplus getter SortedMap headMaybe * @tsplus location "@tsplus/stdlib/collections/SortedMap/headMaybe" */ export declare function headMaybe(self: SortedMap): Maybe; //# sourceMappingURL=headMaybe.d.ts.map