import { AuthenticationService } from './authentication.service'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { TipoDocumental } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class DocumentaryTypeService { private environment; private httpClient; private authService; constructor(environment: any, httpClient: HttpClient, authService: AuthenticationService); /** It returns the list of documental type by process code */ getById(tdlCodigo: number, active: boolean): Observable; /** It returns the list of documental type by process code */ getAllByProceso(active: boolean, proCodigo: number): Observable; /** It returns the list of documental type by process code */ getAllActiveByProceso(proCodigo: number): Observable; /** It saves a documental type */ save(tipoDocumentalBefore: TipoDocumental, tipoDocumental: TipoDocumental, patCodigo: number): Observable; /** It saves a documental type */ delete(tipoDocumental: TipoDocumental, patCodigo: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }