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

declare const RALLY_FETCH_POINT_ID = 176;
declare const RALLY_FETCH_POINT_CRC_EXTRA = 0;
declare const RallyFetchPointDefinition: MessageDefinition;
interface MessageRallyFetchPoint {
    target_system: number;
    target_component: number;
    idx: number;
}

export { RALLY_FETCH_POINT_CRC_EXTRA, RALLY_FETCH_POINT_ID, RallyFetchPointDefinition };
export type { MessageRallyFetchPoint };
