import { IsrServiceInterface, IsrState } from '@rx-angular/isr/models'; import * as i0 from '@angular/core'; declare class IsrService implements IsrServiceInterface { private platformId; constructor(); getState(): IsrState; patchState(partialState: Partial): void; getExtra(): Record; activate(): void; addError(error: Error): void; addExtra(extra?: Record | undefined): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { IsrService };