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

declare const UAVIONIX_ADSB_GET_ID = 10006;
declare const UAVIONIX_ADSB_GET_CRC_EXTRA = 0;
declare const UavionixAdsbGetDefinition: MessageDefinition;
interface MessageUavionixAdsbGet {
    reqmessageid: number;
}

export { UAVIONIX_ADSB_GET_CRC_EXTRA, UAVIONIX_ADSB_GET_ID, UavionixAdsbGetDefinition };
export type { MessageUavionixAdsbGet };
