import type { Plugin } from '@envelop/types';
/**
 * In case a GraphQL operation only contains introspection fields the context building can be skipped completely.
 * With this plugin any further context extensions will be skipped.
 */
export declare const useImmediateIntrospection: () => Plugin;
