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"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Takes all matching values, or retries until there is at least one. * @tsplus static effect/core/stm/TMap.Aspects takeSomeSTM * @tsplus pipeable effect/core/stm/TMap takeSomeSTM * @tsplus location "@effect/core/stm/TMap/operations/takeSomeSTM" */ export declare function takeSomeSTM(pf: (kv: readonly [K, V]) => STM, A>): (self: TMap) => STM>; //# sourceMappingURL=takeSomeSTM.d.ts.map