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