/** * Sorts a sortable table. * * @param table - The HTMLTableElement to be sorted. * @param alt_sort - A boolean indicating whether to use alternative sorting. */ export declare function sortSortable(table: HTMLTableElement, alt_sort: boolean): void;