import { Payload, WithFilePropertyMeta } from '../factory'; export declare type CreateDataWithFilePayload = Payload; /** * @registeredEvent * @title Create Data With File * @description create data that have one or more files within their properties, * the current file property is set into meta * @payload { * data: { * [key: string]: any * } * } * @meta { * property: string * } */ export declare const createDataWithFile: import("../factory").Factory;