import { THub } from "@effect/core/stm/THub/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; import { TRef } from "@effect/core/stm/TRef/definition"; /** * Creates a hub with the specified strategy. * @tsplus static effect/core/stm/THub.Ops make * @tsplus static effect/core/stm/THub.Ops __call * @tsplus location "@effect/core/stm/THub/operations/THub/make" */ export declare function make(requestedCapacity: number, strategy: THub.Strategy): USTM>; //# sourceMappingURL=make.d.ts.map