import { EventEmitter } from '@angular/core'; import { PageData } from '../interfaces/login-data.interface'; import { HttpService } from './http.service'; import * as i0 from "@angular/core"; export declare class BackendPageService { private httpSrv; evento: EventEmitter; pageKeys: any; pageKeysEvent: EventEmitter; pageKeysTimeoutId: any; constructor(httpSrv: HttpService); getPageKeys(): Promise; startReadingPageKeys(pageId: string): Promise; getCurrentPage(): Promise; savePage(id: string, datos: PageData): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }