import types from './types'; declare function quickSort(arr: any[], cmp?: types.AnyFn): any[]; export default quickSort;