/**
 * Sort the groups by their relative order
 * @param orderedGroups - A list of arrays - each of which represents a partial
 * order of groups.
 */
export declare function sortListOfGroups(...orderedGroups: string[][]): string[];
