import { StateAndChange } from '@table-library/react-table-library/types/common'; import { Data, TableNode } from '@table-library/react-table-library/types/table'; import { Sort, SortOptions } from '@table-library/react-table-library/types/sort'; declare const useSort: (data: Data, primary: StateAndChange, options: SortOptions, context?: any) => Sort; export { useSort };