export declare const schemas: { v16: { authorizeResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { idTagInfo: { type: string; properties: { expiryDate: { type: string; format: string; }; parentIdTag: { type: string; maxLength: number; }; status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; required: string[]; }; authorizeRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { idTag: { type: string; maxLength: number; }; }; additionalProperties: boolean; required: string[]; }; bootNotificationResponseV16: { $schema: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; currentTime: { type: string; format: string; }; interval: { type: string; }; }; additionalProperties: boolean; required: string[]; }; bootNotificationRequestV16: { $schema: string; title: string; type: string; properties: { chargePointVendor: { type: string; maxLength: number; }; chargePointModel: { type: string; maxLength: number; }; chargePointSerialNumber: { type: string; maxLength: number; }; chargeBoxSerialNumber: { type: string; maxLength: number; }; firmwareVersion: { type: string; maxLength: number; }; iccid: { type: string; maxLength: number; }; imsi: { type: string; maxLength: number; }; meterType: { type: string; maxLength: number; }; meterSerialNumber: { type: string; maxLength: number; }; }; additionalProperties: boolean; required: string[]; }; cancelReservationResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; cancelReservationRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { reservationId: { type: string; }; }; additionalProperties: boolean; required: string[]; }; certificateSignedResponseV16: { $schema: string; $id: string; title: string; definitions: { CertificateSignedStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; }; required: string[]; }; certificateSignedRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { certificateChain: { type: string; maxLength: number; }; }; additionalProperties: boolean; required: string[]; }; changeAvailabilityResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; changeAvailabilityRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; type: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; changeConfigurationResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; changeConfigurationRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { key: { type: string; maxLength: number; }; value: { type: string; maxLength: number; }; }; additionalProperties: boolean; required: string[]; }; clearCacheResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; clearCacheRequestV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; clearChargingProfileResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; clearChargingProfileRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { id: { type: string; }; connectorId: { type: string; }; chargingProfilePurpose: { type: string; additionalProperties: boolean; enum: string[]; }; stackLevel: { type: string; }; }; additionalProperties: boolean; }; dataTransferResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; data: { type: string; }; }; additionalProperties: boolean; required: string[]; }; dataTransferRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { vendorId: { type: string; maxLength: number; }; messageId: { type: string; maxLength: number; }; data: { type: string; }; }; additionalProperties: boolean; required: string[]; }; deleteCertificateResponseV16: { $schema: string; $id: string; title: string; definitions: { DeleteCertificateStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; }; required: string[]; }; deleteCertificateRequestV16: { $schema: string; $id: string; title: string; definitions: { HashAlgorithmEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; CertificateHashDataType: { type: string; additionalProperties: boolean; properties: { hashAlgorithm: { $ref: string; }; issuerNameHash: { type: string; maxLength: number; }; issuerKeyHash: { type: string; maxLength: number; }; serialNumber: { type: string; maxLength: number; }; }; required: string[]; }; }; type: string; additionalProperties: boolean; properties: { certificateHashData: { $ref: string; }; }; required: string[]; }; diagnosticsStatusNotificationResponseV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; diagnosticsStatusNotificationRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; extendedTriggerMessageResponseV16: { $schema: string; $id: string; title: string; definitions: { TriggerMessageStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; }; required: string[]; }; extendedTriggerMessageRequestV16: { $schema: string; $id: string; title: string; definitions: { MessageTriggerEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { requestedMessage: { $ref: string; }; connectorId: { type: string; }; }; required: string[]; }; firmwareStatusNotificationResponseV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; firmwareStatusNotificationRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; getCompositeScheduleResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; connectorId: { type: string; }; scheduleStart: { type: string; format: string; }; chargingSchedule: { type: string; properties: { duration: { type: string; }; startSchedule: { type: string; format: string; }; chargingRateUnit: { type: string; additionalProperties: boolean; enum: string[]; }; chargingSchedulePeriod: { type: string; items: { type: string; properties: { startPeriod: { type: string; }; limit: { type: string; multipleOf: number; }; numberPhases: { type: string; }; }; additionalProperties: boolean; required: string[]; }; }; minChargingRate: { type: string; multipleOf: number; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; required: string[]; }; getCompositeScheduleRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; duration: { type: string; }; chargingRateUnit: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; getConfigurationResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { configurationKey: { type: string; items: { type: string; properties: { key: { type: string; maxLength: number; }; readonly: { type: string; }; value: { type: string; maxLength: number; }; }; additionalProperties: boolean; required: string[]; }; }; unknownKey: { type: string; items: { type: string; maxLength: number; }; }; }; additionalProperties: boolean; }; getConfigurationRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { key: { type: string; items: { type: string; maxLength: number; }; }; }; additionalProperties: boolean; }; getDiagnosticsResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { fileName: { type: string; maxLength: number; }; }; additionalProperties: boolean; }; getDiagnosticsRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { location: { type: string; format: string; }; retries: { type: string; }; retryInterval: { type: string; }; startTime: { type: string; format: string; }; stopTime: { type: string; format: string; }; }; additionalProperties: boolean; required: string[]; }; getInstalledCertificateIdsResponseV16: { $schema: string; $id: string; title: string; definitions: { GetInstalledCertificateStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; HashAlgorithmEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; CertificateHashDataType: { javaType: string; type: string; additionalProperties: boolean; properties: { hashAlgorithm: { $ref: string; }; issuerNameHash: { type: string; maxLength: number; }; issuerKeyHash: { type: string; maxLength: number; }; serialNumber: { type: string; maxLength: number; }; }; required: string[]; }; }; type: string; additionalProperties: boolean; properties: { certificateHashData: { type: string; additionalItems: boolean; items: { $ref: string; }; minItems: number; }; status: { $ref: string; }; }; required: string[]; }; getInstalledCertificateIdsRequestV16: { $schema: string; $id: string; title: string; definitions: { CertificateUseEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { certificateType: { $ref: string; }; }; required: string[]; }; getLocalListVersionResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { listVersion: { type: string; }; }; additionalProperties: boolean; required: string[]; }; getLocalListVersionRequestV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; getLogResponseV16: { $schema: string; title: string; $id: string; definitions: { LogStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; filename: { type: string; maxLength: number; }; }; required: string[]; }; getLogRequestV16: { $schema: string; $id: string; title: string; definitions: { LogEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; LogParametersType: { type: string; additionalProperties: boolean; properties: { remoteLocation: { type: string; maxLength: number; }; oldestTimestamp: { type: string; format: string; }; latestTimestamp: { type: string; format: string; }; }; required: string[]; }; }; type: string; additionalProperties: boolean; properties: { log: { $ref: string; }; logType: { $ref: string; }; requestId: { type: string; }; retries: { type: string; }; retryInterval: { type: string; }; }; required: string[]; }; heartbeatResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { currentTime: { type: string; format: string; }; }; additionalProperties: boolean; required: string[]; }; heartbeatRequestV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; installCertificateResponseV16: { $schema: string; $id: string; title: string; definitions: { InstallCertificateStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; }; required: string[]; }; installCertificateRequestV16: { $schema: string; $id: string; title: string; definitions: { CertificateUseEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { certificateType: { $ref: string; }; certificate: { type: string; maxLength: number; }; }; required: string[]; }; logStatusNotificationResponseV16: { $schema: string; $id: string; title: string; type: string; additionalProperties: boolean; }; logStatusNotificationRequestV16: { $schema: string; $id: string; title: string; definitions: { UploadLogStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; requestId: { type: string; }; }; required: string[]; }; meterValuesResponseV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; meterValuesRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; transactionId: { type: string; }; meterValue: { type: string; items: { type: string; properties: { timestamp: { type: string; format: string; }; sampledValue: { type: string; items: { type: string; properties: { value: { type: string; }; context: { type: string; additionalProperties: boolean; enum: string[]; }; format: { type: string; additionalProperties: boolean; enum: string[]; }; measurand: { type: string; additionalProperties: boolean; enum: string[]; }; phase: { type: string; additionalProperties: boolean; enum: string[]; }; location: { type: string; additionalProperties: boolean; enum: string[]; }; unit: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; }; additionalProperties: boolean; required: string[]; }; }; }; additionalProperties: boolean; required: string[]; }; remoteStartTransactionResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; remoteStartTransactionRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; idTag: { type: string; maxLength: number; }; chargingProfile: { type: string; properties: { chargingProfileId: { type: string; }; transactionId: { type: string; }; stackLevel: { type: string; }; chargingProfilePurpose: { type: string; additionalProperties: boolean; enum: string[]; }; chargingProfileKind: { type: string; additionalProperties: boolean; enum: string[]; }; recurrencyKind: { type: string; additionalProperties: boolean; enum: string[]; }; validFrom: { type: string; format: string; }; validTo: { type: string; format: string; }; chargingSchedule: { type: string; properties: { duration: { type: string; }; startSchedule: { type: string; format: string; }; chargingRateUnit: { type: string; additionalProperties: boolean; enum: string[]; }; chargingSchedulePeriod: { type: string; items: { type: string; properties: { startPeriod: { type: string; }; limit: { type: string; multipleOf: number; }; numberPhases: { type: string; }; }; additionalProperties: boolean; required: string[]; }; }; minChargingRate: { type: string; multipleOf: number; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; required: string[]; }; remoteStopTransactionResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; remoteStopTransactionRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { transactionId: { type: string; }; }; additionalProperties: boolean; required: string[]; }; reserveNowResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; reserveNowRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; expiryDate: { type: string; format: string; }; idTag: { type: string; maxLength: number; }; parentIdTag: { type: string; maxLength: number; }; reservationId: { type: string; }; }; additionalProperties: boolean; required: string[]; }; resetResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; resetRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { type: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; rpcCallErrorV16: { $schema: string; $id: string; title: string; type: string; minItems: number; maxItems: number; items: ({ type: string; enum: number[]; maxLength?: undefined; } | { type: string; maxLength: number; enum?: undefined; } | { type: string; enum: string[]; maxLength?: undefined; } | { type: string; enum?: undefined; maxLength?: undefined; })[]; additionalItems: boolean; }; rpcCallResultV16: { $schema: string; $id: string; title: string; type: string; minItems: number; maxItems: number; items: ({ type: string; enum: number[]; maxLength?: undefined; } | { type: string; maxLength: number; enum?: undefined; } | { type: string; enum?: undefined; maxLength?: undefined; })[]; additionalItems: boolean; }; rpcCallV16: { $schema: string; $id: string; title: string; type: string; minItems: number; maxItems: number; items: ({ type: string; enum: number[]; maxLength?: undefined; } | { type: string; maxLength: number; enum?: undefined; } | { type: string; enum: string[]; maxLength?: undefined; } | { type: string; enum?: undefined; maxLength?: undefined; })[]; }; securityEventNotificationResponseV16: { $schema: string; $id: string; type: string; additionalProperties: boolean; title: string; }; securityEventNotificationRequestV16: { $schema: string; $id: string; title: string; type: string; additionalProperties: boolean; properties: { type: { type: string; maxLength: number; }; timestamp: { type: string; format: string; }; techInfo: { type: string; maxLength: number; }; }; required: string[]; }; sendLocalListResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; sendLocalListRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { listVersion: { type: string; }; localAuthorizationList: { type: string; items: { type: string; properties: { idTag: { type: string; maxLength: number; }; idTagInfo: { type: string; properties: { expiryDate: { type: string; format: string; }; parentIdTag: { type: string; maxLength: number; }; status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; updateType: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; setChargingProfileResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; setChargingProfileRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; csChargingProfiles: { type: string; properties: { chargingProfileId: { type: string; }; transactionId: { type: string; }; stackLevel: { type: string; }; chargingProfilePurpose: { type: string; additionalProperties: boolean; enum: string[]; }; chargingProfileKind: { type: string; additionalProperties: boolean; enum: string[]; }; recurrencyKind: { type: string; additionalProperties: boolean; enum: string[]; }; validFrom: { type: string; format: string; }; validTo: { type: string; format: string; }; chargingSchedule: { type: string; properties: { duration: { type: string; }; startSchedule: { type: string; format: string; }; chargingRateUnit: { type: string; additionalProperties: boolean; enum: string[]; }; chargingSchedulePeriod: { type: string; items: { type: string; properties: { startPeriod: { type: string; }; limit: { type: string; multipleOf: number; }; numberPhases: { type: string; }; }; additionalProperties: boolean; required: string[]; }; }; minChargingRate: { type: string; multipleOf: number; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; required: string[]; }; signCertificateResponseV16: { $schema: string; $id: string; title: string; definitions: { GenericStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; }; required: string[]; }; signCertificateRequestV16: { $schema: string; $id: string; title: string; type: string; additionalProperties: boolean; properties: { csr: { type: string; maxLength: number; }; }; required: string[]; }; signedFirmwareStatusNotificationResponseV16: { $schema: string; $id: string; title: string; type: string; additionalProperties: boolean; }; signedFirmwareStatusNotificationRequestV16: { $schema: string; $id: string; title: string; definitions: { FirmwareStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; requestId: { type: string; }; }; required: string[]; }; signedUpdateFirmwareResponseV16: { $schema: string; $id: string; title: string; definitions: { UpdateFirmwareStatusEnumType: { type: string; additionalProperties: boolean; enum: string[]; }; }; type: string; additionalProperties: boolean; properties: { status: { $ref: string; }; }; required: string[]; }; signedUpdateFirmwareRequestV16: { $schema: string; $id: string; title: string; definitions: { FirmwareType: { type: string; additionalProperties: boolean; properties: { location: { type: string; maxLength: number; }; retrieveDateTime: { type: string; format: string; }; installDateTime: { type: string; format: string; }; signingCertificate: { type: string; maxLength: number; }; signature: { type: string; maxLength: number; }; }; required: string[]; }; }; type: string; additionalProperties: boolean; properties: { retries: { type: string; }; retryInterval: { type: string; }; requestId: { type: string; }; firmware: { $ref: string; }; }; required: string[]; }; startTransactionResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { idTagInfo: { type: string; properties: { expiryDate: { type: string; format: string; }; parentIdTag: { type: string; maxLength: number; }; status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; transactionId: { type: string; }; }; additionalProperties: boolean; required: string[]; }; startTransactionRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; idTag: { type: string; maxLength: number; }; meterStart: { type: string; }; reservationId: { type: string; }; timestamp: { type: string; format: string; }; }; additionalProperties: boolean; required: string[]; }; statusNotificationResponseV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; statusNotificationRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; errorCode: { type: string; additionalProperties: boolean; enum: string[]; }; info: { type: string; maxLength: number; }; status: { type: string; additionalProperties: boolean; enum: string[]; }; timestamp: { type: string; format: string; }; vendorId: { type: string; maxLength: number; }; vendorErrorCode: { type: string; maxLength: number; }; }; additionalProperties: boolean; required: string[]; }; stopTransactionResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { idTagInfo: { type: string; properties: { expiryDate: { type: string; format: string; }; parentIdTag: { type: string; maxLength: number; }; status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; additionalProperties: boolean; }; stopTransactionRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { idTag: { type: string; maxLength: number; }; meterStop: { type: string; }; timestamp: { type: string; format: string; }; transactionId: { type: string; }; reason: { type: string; additionalProperties: boolean; enum: string[]; }; transactionData: { type: string; items: { type: string; properties: { timestamp: { type: string; format: string; }; sampledValue: { type: string; items: { type: string; properties: { value: { type: string; }; context: { type: string; additionalProperties: boolean; enum: string[]; }; format: { type: string; additionalProperties: boolean; enum: string[]; }; measurand: { type: string; additionalProperties: boolean; enum: string[]; }; phase: { type: string; additionalProperties: boolean; enum: string[]; }; location: { type: string; additionalProperties: boolean; enum: string[]; }; unit: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; }; }; additionalProperties: boolean; required: string[]; }; }; }; additionalProperties: boolean; required: string[]; }; triggerMessageResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; triggerMessageRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { requestedMessage: { type: string; additionalProperties: boolean; enum: string[]; }; connectorId: { type: string; }; }; additionalProperties: boolean; required: string[]; }; unlockConnectorResponseV16: { $schema: string; $id: string; title: string; type: string; properties: { status: { type: string; additionalProperties: boolean; enum: string[]; }; }; additionalProperties: boolean; required: string[]; }; unlockConnectorRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { connectorId: { type: string; }; }; additionalProperties: boolean; required: string[]; }; updateFirmwareResponseV16: { $schema: string; $id: string; title: string; type: string; properties: {}; additionalProperties: boolean; }; updateFirmwareRequestV16: { $schema: string; $id: string; title: string; type: string; properties: { location: { type: string; format: string; }; retries: { type: string; }; retrieveDate: { type: string; format: string; }; retryInterval: { type: string; }; }; additionalProperties: boolean; required: string[]; }; }; }; //# sourceMappingURL=index.d.ts.map