export default insertSorted declare function insertSorted(array: Array, element: T, comparefunc: (a: T, b: T) => number): void