import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Offers the specified value to the queue. * @tsplus static effect/core/stm/TPriorityQueue.Aspects offer * @tsplus pipeable effect/core/stm/TPriorityQueue offer * @tsplus location "@effect/core/stm/TPriorityQueue/operations/offer" */ export declare function offer(value: A): (self: TPriorityQueue) => STM; //# sourceMappingURL=offer.d.ts.map