import { Effect } from "@effect/core/io/Effect/definition"; import { Queue } from "@effect/core/io/Queue/definition/common"; /** * Makes a new unbounded queue. * @tsplus static effect/core/io/Queue.Ops unbounded * @tsplus location "@effect/core/io/Queue/operations/unbounded" */ export declare function unbounded(): Effect>; //# sourceMappingURL=unbounded.d.ts.map