import { Collection } from "@tsplus/stdlib/collections/Collection/definition";
import { ImmutableQueue } from "@tsplus/stdlib/collections/ImmutableQueue/definition";
/**
* @tsplus static ImmutableQueue.Aspects appendAll
* @tsplus pipeable ImmutableQueue appendAll
* @tsplus location "@tsplus/stdlib/collections/ImmutableQueue/appendAll"
*/
export declare function appendAll(value: Collection): (self: ImmutableQueue) => ImmutableQueue;
//# sourceMappingURL=appendAll.d.ts.map