import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Takes all values from the queue. * @tsplus getter effect/core/stm/TPriorityQueue takeAll * @tsplus location "@effect/core/stm/TPriorityQueue/operations/takeAll" */ export declare function takeAll(self: TPriorityQueue): USTM>; //# sourceMappingURL=takeAll.d.ts.map