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