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