import { AxiosInstance } from 'axios'; import { ContentClientConfigV2Fresh, ContentClientRetryConfig } from '../config/ContentClientConfigV2Fresh'; /** * Get retry config to be passed to axios-retry * @param retryConfig * @hidden */ export declare function getRetryConfig(retryConfig?: ContentClientRetryConfig): ContentClientRetryConfig; /** * Create network client to make requests to the Fresh API service * @param config * @hidden */ export declare function createContentClientV2Fresh(config: ContentClientConfigV2Fresh, defaultHost: string): AxiosInstance;