import { Payload } from '../factory'; export declare type UpdateDataPayload = Payload; /** * @registeredEvent * @title Update Data * @description notifies the request for creation of a new item and carries its value * @payload { * [key: string]: any * } | { * [key: string]: any * }[] * @meta { * transactionId: string * } */ export declare const updateData: import("../factory").Factory;