import { GraphQLNamedType, GraphQLType } from 'graphql/type'; export declare function collectDirectlyReferencedTypes(type: GraphQLType, typeSet: Set): Set;