import { CompareFn } from '.';
export type LinearSort = <T>(data: T[], fn: CompareFn<T>) => void;
//# sourceMappingURL=sort.d.ts.map