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