import { IEvent } from './declarations'; export declare function getUndoEvent(history: T[], author: string): T | undefined; export declare function getRedoEvent(history: T[], author: string): T | undefined;