import { HttpService } from '../../external/services/http.service'; declare class PlansService extends HttpService { reportFunnelEvent(eventType: string): Promise; } export declare const plansService: PlansService; export {};