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