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