import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Returns the size of the queue. * @tsplus getter effect/core/stm/TPriorityQueue size * @tsplus location "@effect/core/stm/TPriorityQueue/operations/size" */ export declare function size(self: TPriorityQueue): USTM; //# sourceMappingURL=size.d.ts.map