import type { GraphQLNamedType } from 'graphql'; import type { TypeGroup } from '../models/index.js'; export declare function getTypeGroup(type: GraphQLNamedType): TypeGroup;