import { ConfigurationService, RequestHandlerService } from '@bnsights/bbsf-utilities'; import { Observable } from 'rxjs'; import { SurveyQuestionDTO } from '../models/SurveyModels/survey-question'; import * as i0 from "@angular/core"; export declare class SurveyQuestionService { private http; private configurationService; apiURL: string; constructor(http: RequestHandlerService, configurationService: ConfigurationService); add(addModal: SurveyQuestionDTO): Observable; get(id: string): Observable; edit(editModal: SurveyQuestionDTO): Observable; delete(id: string): Observable; loadAddDropdown(id: string): Observable; updateDisplayOrder(model: any): Observable; getApiUrl(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }