importtype { OASidebarItem } from'../../composables/useSidebar';
/**
* Recursively merges sidebar groups by combining groups that have only one child
* and no direct operation links.
*/exportdeclarefunctionmergeAdjacentGroups(items: OASidebarItem[]): OASidebarItem[];