/** * Generated file. Do not edit */ import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getName: ServiceCallType; putName: ServiceCallType; changePassword: ServiceCallType; changePasswordKey: ServiceCallType; getSessionLifetime: ServiceCallType; putSessionLifetime: ServiceCallType; getAlias: ServiceCallType; putAlias: ServiceCallType; create: ServiceCallType; };