/**
 * axios with a custom config.
 */
declare const instance: import("axios").AxiosInstance;
export default instance;
