import { SortDirections } from "../sort.interface"; export declare const hasSortDirection: (sortDirection: SortDirections) => boolean; //# sourceMappingURL=has-sort-direction.d.ts.map