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