import { HttpClient } from '@angular/common/http'; import { PartnerInformationModel } from '../model/partner-information-model'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PartnerVoucherService { private httpClient; private environment; constructor(httpClient: HttpClient, environment: any); createGift(giftDto: PartnerInformationModel): Observable; checkIfPartnerGroup(partnerId: string): Observable; private parseBoolean; private profileObs$; getValue(): Observable; setValue(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }