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