export declare const isSortDescending: (property: string) => boolean; export declare const getSortProperty: (sort: string) => string;