import { ApiService } from '@cas-hub/acabim-common-client'; import { Observable } from 'rxjs'; import { CurrentResourceUsage, SubscriptionResourceType } from '../_models/resource-subscription.model'; import * as i0 from "@angular/core"; export declare class ResourceSubscriptionService extends ApiService { protected controller: string; getCurrentUsage(organisationId: string): Observable; addOrRemoveUsageQuantity(organisationId: string, resourceType: SubscriptionResourceType, changedSeats: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }