import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Takes a value from the queue, retrying until a value is in the queue. * @tsplus getter effect/core/stm/TPriorityQueue take * @tsplus location "@effect/core/stm/TPriorityQueue/operations/take" */ export declare function take(self: TPriorityQueue): USTM; //# sourceMappingURL=take.d.ts.map