import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Returns a `Some` containing the value associated with the specified key from * the map, or `None` if the key/value pair is not present within the map. * @tsplus static ImmutableMap.Aspects unsafeGet * @tsplus pipeable ImmutableMap unsafeGet * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/unsafeGet" */ export declare function unsafeGet(key: K): (self: import("./definition").ImmutableMap) => V; //# sourceMappingURL=unsafeGet.d.ts.map