/** * Generated file. Do not edit */ import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getClientId: ServiceCallType; putClientId: ServiceCallType; getUsername: ServiceCallType; putUsername: ServiceCallType; getBrokerHostname: ServiceCallType; putBrokerHostname: ServiceCallType; getBrokerPort: ServiceCallType; putBrokerPort: ServiceCallType; getPassword: ServiceCallType; putPassword: ServiceCallType; getRelayNetKey: ServiceCallType; putRelayNetKey: ServiceCallType; putBrokerCertificate: ServiceCallType; getTopicPrefix: ServiceCallType; putTopicPrefix: ServiceCallType; getRequestTopic: ServiceCallType; putRequestTopic: ServiceCallType; getResponseTopic: ServiceCallType; putResponseTopic: ServiceCallType; };