import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PartnerSystemTO } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PartnerSystemService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); getByPatAndSystem(patCodigo: string, sysCodigo: string): Observable; save(partnerSystem: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }