import { MutableQueue } from "@tsplus/stdlib/collections/mutable/MutableQueue/definition"; /** * Remove an item from the queue. */ export declare function unsafeRemove(queue: MutableQueue, a: A): void; //# sourceMappingURL=unsafeRemove.d.ts.map