import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { TMap } from "@effect/core/stm/TMap/definition"; /** * @tsplus static effect/core/stm/TMap.Aspects takeFirstSTM * @tsplus pipeable effect/core/stm/TMap takeFirstSTM * @tsplus location "@effect/core/stm/TMap/operations/takeFirstSTM" */ export declare function takeFirstSTM(pf: (kv: readonly [K, V]) => STM, A>): (self: TMap) => STM; //# sourceMappingURL=takeFirstSTM.d.ts.map