import { ObjectUpdateAction } from './types'; export declare const objectUpdateAction: (draft: any, data: any, action: ObjectUpdateAction) => void;