import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { TQueue } from "@effect/core/stm/TQueue/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Offers all of the specified values to the queue, returning whether they * were offered to the queue. * @tsplus static effect/core/stm/TQueue.Aspects offerAll * @tsplus pipeable effect/core/stm/TQueue offerAll * @tsplus location "@effect/core/stm/TQueue/operations/offerAll" */ export declare function offerAll(as0: Collection): (self: TQueue) => STM; //# sourceMappingURL=offerAll.d.ts.map