export declare const ADD_HISTORY = "ADD_HISTORY"; export declare function addHistory(value: any): { type: string; value: any; };