/** * Generated file. Do not edit */ import { FirmwareState } from './models'; import { FirmwareUpdateResult } from './models'; import { CrcCheckBody } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { postPackage: ServiceCallType; postUpdate: ServiceCallType; getState: ServiceCallType; getUpdateResult: ServiceCallType; postCrcCheck: ServiceCallType; };