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