import { Effect } from "@effect/core/io/Effect/definition"; import { Hub } from "@effect/core/io/Hub/definition"; /** * Creates an unbounded hub. * @tsplus static effect/core/io/Hub.Ops unbounded * @tsplus location "@effect/core/io/Hub/operations/unbounded" */ export declare function unbounded(): Effect>; //# sourceMappingURL=unbounded.d.ts.map