/** * Generated file. Do not edit */ import { CloudPlatform } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getPlatform: ServiceCallType; putPlatform: ServiceCallType; getDataLogUploadPeriod: ServiceCallType; putDataLogUploadPeriod: ServiceCallType; getMqttBrokerPort: ServiceCallType; putMqttBrokerPort: ServiceCallType; getMqttClientId: ServiceCallType; putMqttClientId: ServiceCallType; getMqttUsername: ServiceCallType; putMqttUsername: ServiceCallType; getMqttPassword: ServiceCallType; putMqttPassword: ServiceCallType; getDataLogPublishTopic: ServiceCallType; putDataLogPublishTopic: ServiceCallType; getDataLogSubscribeTopic: ServiceCallType; putDataLogSubscribeTopic: ServiceCallType; };