import { GraphQLFieldConfig, GraphQLObjectType } from 'graphql';
export declare const getService: (objectType: GraphQLObjectType) => GraphQLFieldConfig<any, any>;
