import { AxiosInstance } from "axios"; export declare class ClientAPI { api: AxiosInstance; constructor(url: string); }