import { AxiosInstance } from 'axios'; declare const functionClient: (url: string) => AxiosInstance; export default functionClient;