import type { OASidebarItem } from '../../composables/useSidebar';
/**
 * Ensures that all group text starts with a slash for consistent path-like formatting.
 */
export declare function ensureGroupTextSlashPrefix(items: OASidebarItem[]): OASidebarItem[];
