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