import { LazyArg } from "@tsplus/stdlib/data/Function"; import { TMap } from "@effect/core/stm/TMap/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Retrieves value associated with given key or default value, in case the key * isn't present. * @tsplus static effect/core/stm/TMap.Aspects getOrElse * @tsplus pipeable effect/core/stm/TMap getOrElse * @tsplus location "@effect/core/stm/TMap/operations/getOrElse" */ export declare function getOrElse(k: K, onNone: LazyArg): (self: TMap) => STM; //# sourceMappingURL=getOrElse.d.ts.map