import { IScene } from '../declarations'; import { IHistoryEvent, IPersistedHistoryEvent } from '../history/history-event'; export default function reducePersistedHistory(history: IPersistedHistoryEvent[]): IScene; export declare function reduceHistory(history: IHistoryEvent[]): IScene;