export declare function createFetch(tokenProvider: () => Promise | string, fetchFn?: typeof fetch): typeof fetch;