import { HttpClient } from '@angular/common/http'; import { AlgChannelService } from "./channel.service"; import { ApiVisa } from '../../../shared/api-visa.model'; export declare class WhatsappBusinessService extends AlgChannelService { constructor(httpClient: HttpClient); broadcastWhatsappBusiness(data: any, apiVisa: ApiVisa): import("rxjs").Observable; }