import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CommonInfoService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); /** * Get properties info */ getBackofficePropertyNames(): Observable; /** * Get properties info */ getConfigurationPropertyNames(): Observable; /** * Get properties info */ getFrontofficePropertyNames(): Observable; /** * Get properties info */ getSegmentationPropertyNames(): Observable; /** * Get properties info */ getCommunicationPropertyNames(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }