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