import { MutableQueue } from "@tsplus/stdlib/collections/mutable/MutableQueue/definition"; import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Unsafely offers the specified values to a queue. */ export declare function unsafeOfferAll(queue: MutableQueue, as: Collection): Chunk; //# sourceMappingURL=unsafeOfferAll.d.ts.map