export declare type ModbusDataType = 'int16' | 'uint16' | 'int32' | 'uint32' | 'int64' | 'uint64';