export declare function getSortDuplicateSortableIdError(id: string): Error; export declare function getSortHeaderNotContainedWithinSortError(): Error; export declare function getSortHeaderMissingIdError(): Error; export declare function getSortInvalidDirectionError(direction: string): Error;