import { SortingOption } from '../../types/dataSources'; export declare function compareScalars(a: any, b: any, order: number): number; export declare function getOrderComparer(sorting: SortingOption[]): (a: TEntity, b: TEntity) => number; //# sourceMappingURL=getOrderComparer.d.ts.map