/// /// import type { Headers } from 'node-fetch'; import nodeFetch from 'node-fetch'; export declare const fetch: typeof nodeFetch; export declare function fetchHead(request: string | URL): Promise; export declare function fetchURL(url: URL): Promise; //# sourceMappingURL=fetch.d.ts.map