import { AxiosInstance } from 'axios'; import { ContentClientConfigOptions } from '../config'; /** * Create network client to make requests to the content delivery service * @param config * @hidden */ export declare function createContentClient(config: ContentClientConfigOptions): AxiosInstance;