import { PlanCampaignPlanningAdapter } from "../tokens/plan-campaign-adapter.token"; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class PlanCampaignPlanningDataService { api: PlanCampaignPlanningAdapter; getMonthsSpotDispersion(payload: any): Observable; getBusinessRuleInfo(): Observable; getEquivalentImpressionsForMarket(payload: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }