import type { EntityAddCommentReqVO, EntityAddCommentRespVO, EntityAIImportConfigReqVO, EntityAIImportConfigRespVO, EntityBulkUpdateReqVO, EntityBulkUpdateRespVO, EntityBulkUpdateSaveAsReqVO, EntityBulkUpdateSaveAsRespVO, EntityDelCommentReqVO, EntityDelCommentRespVO, EntityDoActionReqVO, EntityDoActionRespVO, EntityDoFsmActionReqVO, EntityDoFsmActionRespVO, EntityExportReqVO, EntityExportRespVO, CommonQueryFormVO, EntityGetCommentsRespVO, EntityGetLogsRespVO, EntityImportReqVO, EntityImportActionVO, ImporterPostUploadRespVO, ImporterDoProcessRespVO, ImporterGetStateRespVO, ImporterInitTokenRespVO, EntityImportPrepareReqVO, EntityImportPrepareRespVO, EntityInfoRespVO, EntityInvokeBatchOperatorReqVO, EntityInvokeBatchOperatorRespVO, InvokeRequestVO, EntityInvokeHookRespVO, EntityProcessMapRespVO, EntityPrintTemplatesListRespVO } from '../../types'; export declare function addEntityComment(appId: string, entityId: string, rowId: string, data: EntityAddCommentReqVO): Promise; export declare function configEntityAIImport(appId: string, entityId: string, data: EntityAIImportConfigReqVO): Promise; export declare function updateEntityBulk(appId: string, entityId: string, data: EntityBulkUpdateReqVO): Promise; export declare function saveEntityBulkUpdateAs(appId: string, entityId: string, data: EntityBulkUpdateSaveAsReqVO): Promise; export declare function deleteEntityComment(appId: string, entityId: string, rowId: string, data: EntityDelCommentReqVO): Promise; export declare function doEntityAction(appId: string, entityId: string, rowId: string, action: string, data: EntityDoActionReqVO): Promise; export declare function doEntityFsmAction(appId: string, entityId: string, actionCode: string, data: EntityDoFsmActionReqVO): Promise; export declare function exportEntity(appId: string, entityId: string, data: EntityExportReqVO): Promise; export declare function getEntityComments(appId: string, entityId: string, rowId: string, data: CommonQueryFormVO): Promise; export declare function getEntityLogs(appId: string, entityId: string, rowId: string, data: CommonQueryFormVO): Promise; export declare function importEntity(appId: string, entityId: string, data: EntityImportReqVO & EntityImportActionVO): Promise; export declare function prepareEntityImport(appId: string, entityId: string, data: EntityImportPrepareReqVO): Promise; export declare function getEntityInfo(appId: string, entityId: string): Promise; export declare function invokeEntityBatchOperator(appId: string, entityId: string, data: EntityInvokeBatchOperatorReqVO & InvokeRequestVO): Promise; export declare function invokeEntityHook(appId: string, entityId: string, actionId: string, data: InvokeRequestVO): Promise; export declare function getEntityProcessMap(appId: string, entityId: string, rowId: string): Promise; export declare function getEntityPrintTemplates(appId: string, entityId: string): Promise; //# sourceMappingURL=entity.d.ts.map