import { BuyItNowApiService } from './_internal/buy-it-now.api.service'; import { BuyItNowLink, GenerateBuyItNowLinkResponse } from './_internal/objects'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class BuyItNowService { private apiService; constructor(apiService: BuyItNowApiService); generateBuyItNowLink(accountGroupID: string, userID: string, packageID: string): Observable; getBuyItNowLinkByLinkID(linkID: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }