import "isomorphic-fetch"; export declare const customFetch: (input: string | Request, init?: RequestInit | undefined) => Promise;