export declare const HISTORY_EVENTS: { created: string; updated: string; deleted: string; sync: string; }; export declare const HISTORY_CONTEXT = "history"; export declare const HISTORY_STORAGE_VERSION = "0.3"; //# sourceMappingURL=history.d.ts.map