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