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