import "../../Operator/index.js";
import type { Hub } from "./Hub.js";
export declare function makeBounded<A>(requestedCapacity: number): Hub<A>;
export declare function makeUnbounded<A>(): Hub<A>;
export * from "./Hub.js";
//# sourceMappingURL=hubFactory.d.ts.map