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