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