import { GraphQLNamedType } from 'graphql';
export declare function requestTypeName(type: GraphQLNamedType): string;
