import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { AllPage, Page } from '../classes/static-pages'; import * as i0 from "@angular/core"; export declare class StaticPagesService { private http; private allPagesLoading; private allPagesLoaded; private allPages; constructor(http: HttpClient); getAllPages(type: string): Observable; getPage(code: any): Observable; private getAllPagesFromApi; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }