/**communicationPhysicalPoint */
export declare function useCommunicationPhysicalPointApi(): {
    /**
     * communication/(PhysicalPoint)表控制层-getJavaDataType
     */
    PhysicalPoint_DataTypeGET(config?: {}): Promise<string[]>;
    /**
     * communication/(PhysicalPoint)表控制层-getS7PlcDataType
     */
    PhysicalPoint_GetS7PlcDataTypeGET(config?: {}): Promise<string[]>;
    /**
     * communication/(PhysicalPoint)表控制层-getRequestParamProcess
     */
    PhysicalPoint_GetRequestParamProcessGET(config?: {}): Promise<string[]>;
    /**
     * communication/(PhysicalPoint)表控制层-getModbusPlcDataType
     */
    PhysicalPoint_GetModbusPlcDataTypeGET(config?: {}): Promise<any[]>;
};
