import type { FirmwareVersion } from './FirmwareVersion'; export declare type OtaLatestResponse = { fwVersion: FirmwareVersion; };