import { TPriorityQueue } from "@effect/core/stm/TPriorityQueue/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Takes up to the specified maximum number of elements from the queue. * @tsplus static effect/core/stm/TPriorityQueue.Aspects takeUpTo * @tsplus pipeable effect/core/stm/TPriorityQueue takeUpTo * @tsplus location "@effect/core/stm/TPriorityQueue/operations/takeUpTo" */ export declare function takeUpTo(n: number): (self: import("../definition").TPriorityQueue) => import("../../STM").STM>; //# sourceMappingURL=takeUpTo.d.ts.map