/** * Generated file. Do not edit */ import { WifiMode } from './models'; import { WifiProtocol } from './models'; import { WifiSSIDVisibility } from './models'; import { WifiKeyVisibility } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getMode: ServiceCallType; putMode: ServiceCallType; getKey: ServiceCallType; putKey: ServiceCallType; getHostname: ServiceCallType; getIp: ServiceCallType; putIp: ServiceCallType; getGatewayIp: ServiceCallType; putGatewayIp: ServiceCallType; getIpMask: ServiceCallType; putIpMask: ServiceCallType; getDnsIp: ServiceCallType; putDnsIp: ServiceCallType; getSSID: ServiceCallType; putSSID: ServiceCallType; getCountryCode: ServiceCallType; putCountryCode: ServiceCallType; getProtocol: ServiceCallType; putProtocol: ServiceCallType; getTxPower: ServiceCallType; putTxPower: ServiceCallType; getSSIDVisibility: ServiceCallType; putSSIDVisibility: ServiceCallType; getKeyVisibility: ServiceCallType; putKeyVisibility: ServiceCallType; getNetworkMode: ServiceCallType; putNetworkMode: ServiceCallType; getDisabled: ServiceCallType; putDisabled: ServiceCallType; };