import { Observable } from 'rxjs'; import { ApiGatewayService } from '../../api-client/api-gateway.service'; import { CacheService } from '../../cache.service'; import { IFndyPageMenuItem } from './fndy-page-menu-item.model'; import { IFndyPage } from './fndy-page.model'; import * as i0 from "@angular/core"; export declare class FndyPageService { private apiGatewayService; private cacheService; constructor(apiGatewayService: ApiGatewayService, cacheService: CacheService); getPortalPages(accountId: string): Observable; createPortalPage(page: IFndyPage): Observable; updatePortalPage(page: IFndyPage): Observable; deletePortalPage(pageId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }