import { SettingsManager } from '@microsoft/windows-admin-center-sdk/core/data/settings-manager'; import { GatewayService } from './gateway.service'; import { RpcService } from './rpc.service'; import * as i0 from "@angular/core"; export declare class SettingsService extends SettingsManager { /** * Initializes a new instance of the SettingsService class. * * @param rpcService the rpc service. * @param gatewayService the gateway service. */ constructor(rpcService: RpcService, gatewayService: GatewayService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }