import { GraphQLFieldMap, GraphQLSchema, GraphQLInterfaceType, GraphQLObjectType, GraphQLInputObjectType } from 'graphql'; import { Field } from '../types'; export declare function resolveFields(schema: GraphQLSchema, rawFields: GraphQLFieldMap, _parent: GraphQLObjectType | GraphQLInterfaceType | GraphQLInputObjectType): Field[];