import BaseHTTP from "./BaseHTTP"; declare class OverviewService extends BaseHTTP { getOverview: () => Promise; } export default OverviewService;