/** * Generated file. Do not edit */ import { TapnpassProtocolConfiguration } from './models'; import { AdpStats } from './models'; import { AdpControlIn } from './models'; import { AdpControlOut } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getProtocolConfiguration: ServiceCallType; setProtocolConfiguration: ServiceCallType; putProtocolConfiguration: ServiceCallType; getStatus: ServiceCallType; postAction: ServiceCallType; getControlIn: ServiceCallType; setControlIn: ServiceCallType; getControlOut: ServiceCallType; setAdpControlOut: ServiceCallType; };