import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
import { TQueue } from "@effect/core/stm/TQueue/definition";
import { STM } from "@effect/core/stm/STM/definition/base";
/**
* @tsplus static effect/core/stm/TQueue.Aspects takeRemainder
* @tsplus pipeable effect/core/stm/TQueue takeRemainder
* @tsplus location "@effect/core/stm/TQueue/operations/takeRemainder"
*/
export declare function takeRemainder(min: number, max: number, acc: Chunk): (self: TQueue) => STM>;
//# sourceMappingURL=takeRemainder.d.ts.map