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