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