import type { Logger } from '@graphql-mesh/types';
import type { MeshServePlugin } from './types';
export declare function useSubgraphExecuteDebug<TContext>(opts: {
    logger: Logger;
}): MeshServePlugin<TContext>;
