import type { SortOption } from "./interfaces/interfaces";
export declare const getSorter: (options: SortOption) => ((result: number) => number);
