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