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