import { ListingSortTypeParams, SortParams } from "../types/sort"; export declare const toSpringSortParams: (elasticSortParams: SortParams) => string | string[];