import type { AtomicHub } from "@effect/core/io/Hub/operations/_internal/AtomicHub"; export declare function makeBounded(requestedCapacity: number): AtomicHub; //# sourceMappingURL=makeBounded.d.ts.map