import { GraphQLSchema } from 'graphql'; import { GenePlugin, AnyObject, TypeDefLines } from './types'; export declare function addResolversToSchema(options: { typeDefLines: TypeDefLines; schema: GraphQLSchema; plugins: GenePlugin[]; types: SchemaTypes; }): GraphQLSchema;