export declare const sort: (sortFn?: (a: I, b: I) => R) => (array: I[]) => I[]; //# sourceMappingURL=index.d.ts.map