import { USTM } from "@effect/core/stm/STM/definition/base"; import { TQueue } from "@effect/core/stm/TQueue/definition"; /** * Creates an unbounded queue. * @tsplus static effect/core/stm/TQueue.Ops unbounded * @tsplus location "@effect/core/stm/TQueue/operations/unbounded" */ export declare function unbounded(): USTM>; //# sourceMappingURL=unbounded.d.ts.map