/** * Generated file. Do not edit */ import { ModbusVariableAddress } from './models'; import { VariableType } from './models'; import { VariableMeta } from './models'; import { ReadWriteRights } from '@iotize/tap/service/impl/bundle'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getVariableAddress: ServiceCallType; putVariableAddress: ServiceCallType; putModbusVariableAddress: ServiceCallType; getType: ServiceCallType; putType: ServiceCallType; getRawMeta: ServiceCallType; putRawMeta: ServiceCallType; getMeta: ServiceCallType; putMeta: ServiceCallType; getUnit: ServiceCallType; putUnit: ServiceCallType; getNumberOfElements: ServiceCallType; putNumberOfElements: ServiceCallType; getCurrentAccess: ServiceCallType; readProfile: ServiceCallType; getValue: ServiceCallType; setValue: ServiceCallType; putValue: ServiceCallType; getBundleId: ServiceCallType; putBundleId: ServiceCallType; getBundleValues: ServiceCallType; create: ServiceCallType; };