/** * Generated file. Do not edit */ import { SinglePacketStoreInfo } from './models'; import { SinglePacket } from './models'; import { SinglePacketChunk } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getInfo: ServiceCallType; writeAndExecuteBytes: ServiceCallType; writeAndExecute: ServiceCallType; writeChunk: ServiceCallType; executeSinglePacketInStore: ServiceCallType; };