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