import { SavedState, Sort, SupaTable } from '../types'; export declare function getInitialSorts(table: SupaTable, savedState?: SavedState): Sort[];