import type { MenuItem } from '../types/menu-item.interface'; export declare const findPathToMenuItem: (menuItems: MenuItem[], targetId: string) => string[];