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

declare const AUTOPILOT_VERSION_REQUEST_ID = 183;
declare const AUTOPILOT_VERSION_REQUEST_CRC_EXTRA = 0;
declare const AutopilotVersionRequestDefinition: MessageDefinition;
interface MessageAutopilotVersionRequest {
    target_system: number;
    target_component: number;
}

export { AUTOPILOT_VERSION_REQUEST_CRC_EXTRA, AUTOPILOT_VERSION_REQUEST_ID, AutopilotVersionRequestDefinition };
export type { MessageAutopilotVersionRequest };
