import { TQueue } from "@effect/core/stm/TQueue/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Checks if the queue is at capacity. * @tsplus getter effect/core/stm/TQueue isFull * @tsplus location "@effect/core/stm/TQueue/operations/isFull" */ export declare function isFull(self: TQueue): USTM; //# sourceMappingURL=isFull.d.ts.map