import { IntrospectionType } from 'graphql'; import { RootType } from '../utils/rootType'; declare const _default: (typeName: RootType, otherTypes: IntrospectionType[]) => (queryType: IntrospectionType) => string; export default _default;