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