import { MainProcess } from './fork';

export declare function proxyFetch(mainProcess: MainProcess): (() => void) | undefined;
export declare function fetchProxyFactory(fetchFn: typeof fetch, mainProcess: MainProcess): (request: string | URL | Request, options?: RequestInit) => Promise<Response>;
//# sourceMappingURL=fetch.d.ts.map