import nodeFetch from 'node-fetch';
declare const _default: (((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise<Response>) & typeof fetch) | typeof nodeFetch;
export = _default;
//# sourceMappingURL=fetch.d.ts.map