export declare const getSortDuplicateSortableIdError: (id: string) => Error; export declare const getSortHeaderNotContainedWithinSortError: () => Error; export declare const getSortHeaderMissingIdError: () => Error; export declare const getSortInvalidDirectionError: (direction: string) => Error;