import type { FetchOptions } from '../http.js'; declare const fetchWith: (url: string | Request, options?: FetchOptions) => any; export { fetchWith as fetch }; //# sourceMappingURL=fetch.browser.d.ts.map