import * as _fetch_impl_fetcher from '@fetch-impl/fetcher';
import _fetch_impl_fetcher__default from '@fetch-impl/fetcher';
export * from '@fetch-impl/fetcher';
export { default } from '@fetch-impl/fetcher';

/**
 * Use cross-fetch as the default fetcher.
 * @param instance The fetcher instance to configure.
 */
declare function useCrossFetch(instance?: _fetch_impl_fetcher.Fetcher): void;

export { useCrossFetch };
