export default function selectionSort<T = number>(value: Array<T>, ascending?: boolean): Array<T>;
