import { AxiosInstance } from 'axios';
declare const Client: (domain?: string) => AxiosInstance;
export default Client;
