import { LinearSort } from '../utils'; export declare const selectionSort: LinearSort; //# sourceMappingURL=SelectionSort.d.ts.map