import type { IndexedMenuGroupingConfig } from '../config/index.js'; import type { TypeGroup } from '../../../schema/index.js'; export declare function insertIntoIndex(index: Map, name: string, menuGroupId: string, typeGroupId: TypeGroup, menuConfig: IndexedMenuGroupingConfig): void;