import { HttpClient } from "@angular/common/http"; import { EndpointModel } from "../../../../../../../models/mongodbSchema/schema"; import * as i0 from "@angular/core"; export declare class LazadaAuthService { private httpClient; constructor(httpClient: HttpClient); private form; signIn(endpointHdr: EndpointModel, tenantCode: string, aiLedgerUrl: string): void; addFormInput(params: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }