import { MessageDefinition } from '../../../core/types.js';

declare const UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT_ID = 10003;
declare const UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT_CRC_EXTRA = 0;
declare const UavionixAdsbTransceiverHealthReportDefinition: MessageDefinition;
interface MessageUavionixAdsbTransceiverHealthReport {
    rfhealth: number;
}

export { UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT_CRC_EXTRA, UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT_ID, UavionixAdsbTransceiverHealthReportDefinition };
export type { MessageUavionixAdsbTransceiverHealthReport };
