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