import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class PageService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); /** It returns the list of pages */ getAll(): Observable; /** It returns the list of pages sections */ getAllSection(): Observable; /** It returns list of page permission ordered */ getAllPagePermissionOrder(): Observable; /** Get name page */ getPageNameByPageKey(pageKey: String): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }