import { TQueue } from "@effect/core/stm/TQueue/definition";
/**
* The maximum capacity of the queue.
* @tsplus getter effect/core/stm/TQueue capacity
* @tsplus location "@effect/core/stm/TQueue/operations/capacity"
*/
export declare function capacity(self: TQueue): number;
//# sourceMappingURL=capacity.d.ts.map