import { HttpClient } from '@angular/common/http'; import { GiftFilterModel } from '../model/gift-filter-model'; import * as i0 from "@angular/core"; export declare class VoucherManagementService { private httpClient; private environment; constructor(httpClient: HttpClient, environment: any); getGiftsForPartner(language: string, partnerId: number, page: number, size: number, giftFilterModel: GiftFilterModel): import("rxjs").Observable; deleteGift(giftId: string, giftType: string): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }