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