import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { EntityContainerModel } from '../../../../../../models/aggregates/erp/entity'; import { HttpClient } from '@angular/common/http'; export declare class MerchantEntityLoginService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }