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