import { Context } from "../../agent/Context";
export declare function isGraphQLOverHTTP(context: Context): boolean;
