import { MeshFetch } from '@graphql-mesh/types';
import { MeshServePlugin } from './types';
export declare function useCustomFetch(fetch: MeshFetch): MeshServePlugin;
