import { Http } from '@angular/http'; import { IAppSettings } from './AppSettings'; import { IReadOnlySingleService, ReadOnlySingleServiceBase } from '../ReadOnlySingleService'; export declare class AppSettingsService extends ReadOnlySingleServiceBase implements IReadOnlySingleService { constructor(http: Http); }