import { Ord } from "@tsplus/stdlib/prelude/Ord/definition";
import { ImmutableArray } from "@tsplus/stdlib/collections/ImmutableArray/definition";
/**
* Sort the elements of an `ImmutableArray` in increasing order.
* @tsplus static ImmutableArray.Aspects sort
* @tsplus pipeable ImmutableArray sort
* @tsplus location "@tsplus/stdlib/collections/ImmutableArray/sort"
*/
export declare function sort(O: Ord): (self: ImmutableArray) => ImmutableArray;
//# sourceMappingURL=sort.d.ts.map