import { HttpClient } from '@angular/common/http'; import { AlgChannelService } from "./channel.service"; import * as i0 from "@angular/core"; export declare class LazadaService extends AlgChannelService { constructor(httpClient: HttpClient); createVoucher(data: any, apiVisa: any): import("rxjs").Observable; synVoucher(apiVisa: any, endpoint_id: string): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }