/** * DEPRECATED */ export declare function replaceAction(value: T): (state: T) => T; /** * DEPRECATED */ export declare function pushArrayAction(value: T): (state: T[]) => T[]; /** * DEPRECATED */ export declare function switchAction(value: boolean): (state: boolean) => boolean; /** * DEPRECATED */ export declare function incrementAction(value?: number): (state: number) => number;