import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { GenericDocARAPContainerModel } from '../../../../../../models/aggregates/generic_doc'; import { ApiVisa, BasicApiResponseModel } from '../../shared'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ARAPLoginEntityService extends BaseApiTemplateService { constructor(http: HttpClient); getGenDocHdrGuidsByGenDocArapPgwQueryDto(genDocArapPgwQueryDto: any, entityHdrGuid: string, visa: ApiVisa): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }