/** * Generated file. Do not edit */ import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getIp: ServiceCallType; putIp: ServiceCallType; getGatewayIp: ServiceCallType; putGatewayIp: ServiceCallType; getIpMask: ServiceCallType; putIpMask: ServiceCallType; getHostname: ServiceCallType; getDnsIp: ServiceCallType; putDnsIp: ServiceCallType; getEnabled: ServiceCallType; putEnabled: ServiceCallType; };