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