import { HttpClient } from "@angular/common/http"; import { EndpointModel } from "../../../../../../../models/mongodbSchema/schema"; export declare class LazadaAuthService { private httpClient; constructor(httpClient: HttpClient); private form; signIn(endpointHdr: EndpointModel, tenantCode: string, aiLedgerUrl: string): void; addFormInput(params: any): void; }