import { WorkflowAutomationEngineService } from 'src/module/workflow-automation/service/workflow-automation-engine.service'; import { ReflectionHelper } from '../../../utils/service/reflection-helper.service'; import { EntityMasterService } from '../service/entity-master.service'; import { EntityServiceImpl } from '../service/entity-service-impl.service'; export declare class EntityPublicController { private entityService; private reflectionHelper; private entityMasterService; private readonly workflowAutomationEngineService; constructor(entityService: EntityServiceImpl, reflectionHelper: ReflectionHelper, entityMasterService: EntityMasterService, workflowAutomationEngineService: WorkflowAutomationEngineService); getPublicById(id: number, queryParams: Record): Promise; }