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