import type { GraphQLSchema } from 'graphql';
export declare function extractResolvers(schema: GraphQLSchema): any;
