export declare const sort: (ts: T[], compareFn?: ((a: T, b: T) => number) | undefined) => T[]; //# sourceMappingURL=ArrayUtils.d.ts.map