declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise) & typeof fetch;