import type { GraphQLNamedType } from 'graphql';
export declare function isInternalType(type: GraphQLNamedType): boolean;
