import { Provider } from '../types'; export declare type SortingPredicate = (a: T, b: T) => -1 | 0 | 1; export declare const sortString: SortingPredicate; export declare const sortByPriority: SortingPredicate; export declare const defaultProviderSort: SortingPredicate; //# sourceMappingURL=sort.d.ts.map