export declare function wrapFetchWithAbortSignal(fetchImpl: typeof fetch): typeof fetch; export declare function resolveFetch(fetchImpl?: typeof fetch): typeof fetch | undefined;