import type { SortType } from './typings'; export declare function isSortValue(data: Partial): data is SortType;