/** * Generated file. Do not edit */ import { ScramLoginParams } from './models'; import { ScramLoginResponseBody } from './models'; import { EncryptedIVRequest } from './models'; import { EncryptedIVResponse } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { login: ServiceCallType; loginProof: ServiceCallType; getHashIteration: ServiceCallType; putHashIteration: ServiceCallType; initialize: ServiceCallType; stop: ServiceCallType; send: ServiceCallType; setInitializationVector: ServiceCallType; sendWithIV: ServiceCallType; };