import type { AxiosInstance } from "axios"; import type { WebClientRegionURL } from "./WebClientRegionURL"; export declare class WebClientService { protected readonly request: AxiosInstance; protected readonly regionURL: WebClientRegionURL; constructor(request: AxiosInstance, regionURL: WebClientRegionURL); }