export interface IEvent { id: string; author: string; applied: boolean; } export declare type IHistory = IEvent[];