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