import { MutableQueue } from "@tsplus/stdlib/collections/mutable/MutableQueue/definition";
/**
* Creates a new unbounded `MutableQueue`.
* @tsplus static MutableQueue.Ops unbounded
* @tsplus location "@tsplus/stdlib/collections/mutable/MutableQueue/unbounded"
*/
export declare function unbounded(): MutableQueue;
//# sourceMappingURL=unbounded.d.ts.map