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