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