import { ImmutableQueue } from "@tsplus/stdlib/collections/ImmutableQueue/definition"; /** * @tsplus static ImmutableQueue.Ops __call * @tsplus static ImmutableQueue.Ops make * @tsplus location "@tsplus/stdlib/collections/ImmutableQueue/make" */ export declare function make(...values: As): ImmutableQueue; //# sourceMappingURL=make.d.ts.map