import { CompareFn } from '../utils'; export declare const mergeSort: (data: T[], fn: CompareFn) => void; //# sourceMappingURL=MergeSort.d.ts.map