import type { OASidebarItem } from '../../composables/useSidebar';
export declare function flatSidebarItems(items: OASidebarItem[], flattenedItems: Record<string, OASidebarItem>, maxDepth: number, currentDepth?: number, parentText?: string): OASidebarItem[];
