import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Offers all of the elements in the specified collection to the queue. * @tsplus static effect/core/stm/TPriorityQueue.Aspects offerAll * @tsplus pipeable effect/core/stm/TPriorityQueue offerAll * @tsplus location "@effect/core/stm/TPriorityQueue/operations/offerAll" */ export declare function offerAll(values: Collection): (self: TPriorityQueue) => STM; //# sourceMappingURL=offerAll.d.ts.map