import { type FetchService } from './fetch'; /** * Default FetchService implementation that uses the native Fetch api. */ export declare const fetchApiFetchService: FetchService;