import { MeshFetch, OnFetchHook } from '@graphql-mesh/types';
export declare function wrapFetchWithHooks<TContext>(onFetchHooks: OnFetchHook<TContext>[]): MeshFetch;
