import { THub } from "@effect/core/stm/THub/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/THub/TDequeue.Aspects takeUpTo * @tsplus pipeable effect/core/stm/THub/TDequeue takeUpTo * @tsplus location "@effect/core/stm/THub/operations/TDequeue/takeUpTo" */ export declare function takeUpTo(max: number): (self: import("../../definition").THub.TDequeue) => import("@effect/core/stm/STM").STM>; //# sourceMappingURL=takeUpTo.d.ts.map