declare let fetcher: typeof global.fetch | ((url: string, options: Record) => Promise); export { fetcher };