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