import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { ListCommsSettingsResponse, SetCommsEnabledResponse, ValtechCommsPreferencesConfig } from './types'; import * as i0 from "@angular/core"; export declare class CommsPreferencesService { private readonly http; private readonly config; private readonly baseUrl; private readonly appId; constructor(http: HttpClient, config: ValtechCommsPreferencesConfig | null); list(): Observable; setEnabled(templateId: string, enabled: boolean): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }