import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { TSet } from "@effect/core/stm/TSet/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; 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/TSet.Aspects takeSome * @tsplus pipeable effect/core/stm/TSet takeSome * @tsplus location "@effect/core/stm/TSet/operations/takeSome" */ export declare function takeSome(pf: (a: A) => Maybe): (self: TSet) => STM>; //# sourceMappingURL=takeSome.d.ts.map