import { GraphQLType } from 'graphql'; import { Instantiator } from '../types'; import { TypeExpression } from './TypeExpression'; export declare class GraphQLTypeExpression extends TypeExpression { protected typeInstance: GraphQLType; constructor(typeInstance: GraphQLType); getTypeName(): string; getType(): GraphQLType; getInstantiator(): Instantiator; } //# sourceMappingURL=GraphQLTypeExpression.d.ts.map