import { Observable } from 'rxjs'; import { ServerResponse } from '../../interfaces/serverResponse'; import { Framework } from '../../interfaces/framework'; import { DataService } from '../data/data.service'; import { ConfigService } from '../config/config.service'; import { PublicDataService } from '../public-data/public-data.service'; import * as i0 from "@angular/core"; export declare class FrameworkService { private dataService; private configService; private publicDataService; private _organisationFramework; private _selectedOrganisationFramework; private _targetFrameworkIds; private _frameworkData; private _frameworkData$; frameworkValues: any; readonly frameworkData$: Observable; constructor(dataService: DataService, configService: ConfigService, publicDataService: PublicDataService); initialize(framework: string): void; getFrameworkCategories(framework: string): Observable; getTargetFrameworkCategories(frameworkIds: Array): void; get targetFrameworkIds(): any; set targetFrameworkIds(id: any); get organisationFramework(): string; set organisationFramework(framework: string); get selectedOrganisationFramework(): string; set selectedOrganisationFramework(framework: string); getFrameworkData(channel?: any, type?: any, identifier?: any, systemDefault?: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=framework.service.d.ts.map