import { HttpClient } from '@angular/common/http'; import { ConsolidatedArapLoginSubjectLinkContainerModel } from '../../../../../../models/aggregates/erp/entity'; import { BaseApiPublicLoginTemplateService } from '../../shared/base-api-public-login-template.service'; import * as i0 from "@angular/core"; export declare class ConsolidatedArapLoginSubjectLinkService extends BaseApiPublicLoginTemplateService { readonly url: string; static readonly ENTITY_LOGIN_SUBJECT_SUB_PATH = "/"; constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }