import type { GraphQLObjectType } from 'graphql';
import type { IndexedMenuGroup } from '../../models';
import type { IndexedMenuGroupingConfig } from '../config';
import type { OperationTypeGroup } from '../../../schema';
export declare function groupFields(groups: Map<string, IndexedMenuGroup>, type: GraphQLObjectType, typeGroupId: OperationTypeGroup, menuConfig: IndexedMenuGroupingConfig): void;
