import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared/base-api-template-service.model'; import { TenantSubscriptionModel } from "../../../../../models/aggregates/tenant-subscription"; export declare class TenantSubscriptionService extends BaseApiTemplateService { protected apiUrl: string; constructor(http: HttpClient); }