/** * Generated file. Do not edit */ import { LoraConfig } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getIds: ServiceCallType; putIds: ServiceCallType; getConfig: ServiceCallType; putConfig: ServiceCallType; };