/// import { URL } from 'node:url'; export declare function fetch(url: string | URL, options?: {}): Promise;