import { ApiService, EnvironmentModel } from '@cas-hub/acabim-common-client'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { OrganisationPreferencesModel } from '../../_models/organisation/organisation-preferences.model'; import * as i0 from "@angular/core"; export declare class OrganisationPreferencesService extends ApiService { protected client: HttpClient; protected environment: EnvironmentModel; protected controller: string; constructor(client: HttpClient, environment: EnvironmentModel); getPreferences(): Observable; getSetupRuns(): Observable; setSetupRuns(): Observable; updatePreference(preferenceType: string, preferenceValue: boolean | string): Observable; private static handlePreference; private static handleStringPreference; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }