import { Hooks } from "../agent/hooks/Hooks"; import { Wrapper } from "../agent/Wrapper"; export declare class GraphQL implements Wrapper { private printSchema; private visit; private GraphQLError; private discoverGraphQLSchema; private discoverGraphQLQueryFields; private inspectGraphQLExecute; private handleRateLimiting; private wrapExecution; wrap(hooks: Hooks): void; }