import type { EntityDebugInvokeHookReqVO, EntityDebugInvokeHookRespVO, EntityDeleteEntityRespVO, EntityFieldRecycleRespVO, EntityInfoRespVO, EntitySaveReqVO, EntitySaveRespVO, EntitySaveCustomKeysReqVO, EntitySaveCustomKeysRespVO, EntitySaveNameReqVO, EntitySaveNameRespVO, EntitySerialInitValReqVO, EntitySerialInitValRespVO, EntityUpdateButtonsReqVO, EntityUpdateButtonsRespVO, EntityUpdateOptionsReqVO, EntityUpdateOptionsRespVO, EntityUpdateSuccessScreenReqVO, EntityUpdateSuccessScreenRespVO, EntityUpdateNotificationsReqVO, EntityUpdateNotificationsRespVO, EntityTestNotificationReqVO, EntityTestNotificationRespVO, EntityCloneReqVO, EntityCloneRespVO } from '../../types/entity'; export declare function adminInvokeDebugHook(appId: string, entityId: string, data: EntityDebugInvokeHookReqVO): Promise; export declare function adminDeleteEntity(appId: string, entityId: string): Promise; export declare function adminGetEntityRecycle(appId: string): Promise; export declare function adminGetFieldRecycle(appId: string, entityId: string): Promise; export declare function adminGetEntityInfo(appId: string, entityId: string): Promise; export declare function adminSaveEntity(appId: string, entityId: string, data: EntitySaveReqVO): Promise; export declare function adminSaveEntityCustomKeys(appId: string, entityId: string, data: EntitySaveCustomKeysReqVO): Promise; export declare function adminSaveEntityName(appId: string, entityId: string, data: EntitySaveNameReqVO): Promise; export declare function adminSetSerialInitValue(appId: string, entityId: string, data: EntitySerialInitValReqVO): Promise; export declare function adminUpdateEntityButtons(appId: string, entityId: string, data: EntityUpdateButtonsReqVO): Promise; export declare function adminUpdateEntityOptions(appId: string, entityId: string, data: EntityUpdateOptionsReqVO): Promise; export declare function adminUpdateEntitySuccessScreen(appId: string, entityId: string, data: EntityUpdateSuccessScreenReqVO): Promise; export declare function adminUpdateEntityNotifications(appId: string, entityId: string, data: EntityUpdateNotificationsReqVO): Promise; export declare function adminTestEntityNotification(appId: string, entityId: string, data: EntityTestNotificationReqVO): Promise; export declare function adminGetEntityDataRecycle(appId: string, entityId: string): Promise; export declare function sendEntityClone(appId: string, entityId: string, data: EntityCloneReqVO): Promise; //# sourceMappingURL=entity.d.ts.map