import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class HashService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); /** * Create the hash with idPatrocinador, idPlataforma and the idPatrocinadorPLIC optional param * @param idPatrocinador * @param idPlataforma * @param idPatrocinadorPLIC * @returns generated hash */ getHash(idPatrocinador: string, idPlataforma: string, idPatrocinadorPLIC?: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }