import { MutableQueue } from "@tsplus/stdlib/collections/mutable/MutableQueue/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Poll `n` items from the queue. */ export declare function unsafePollN(queue: MutableQueue, max: number): Chunk; //# sourceMappingURL=unsafePollN.d.ts.map