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