/** * Generated file. Do not edit */ import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getCodeSize: ServiceCallType; putCodeSize: ServiceCallType; appendCode: ServiceCallType; clearCode: ServiceCallType; getProfileId: ServiceCallType; putProfileId: ServiceCallType; getLogAndClear: ServiceCallType; clearLog: ServiceCallType; getLog: ServiceCallType; putLog: ServiceCallType; getErrorCode: ServiceCallType; postErrorCode: ServiceCallType; };