import { AxiosInstance } from 'axios'; import { EnvType } from '../types'; declare const appsClient: (environment: EnvType) => AxiosInstance; export default appsClient;