import { TMap } from "@effect/core/stm/TMap/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Retrieves value associated with given key. * @tsplus static effect/core/stm/TMap.Aspects get * @tsplus pipeable effect/core/stm/TMap get * @tsplus location "@effect/core/stm/TMap/operations/get" */ export declare function get(k: K): (self: import("../definition").TMap) => import("../../STM").STM>; //# sourceMappingURL=get.d.ts.map