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