import type { APIRequestMiddleware } from './types';
export declare function addMiddlewareToFetch(fn: APIRequestMiddleware): typeof fetch;
