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

declare const OPEN_DRONE_ID_SYSTEM_ID = 12904;
declare const OPEN_DRONE_ID_SYSTEM_CRC_EXTRA = 0;
declare const OpenDroneIdSystemDefinition: MessageDefinition;
interface MessageOpenDroneIdSystem {
    operator_latitude: number;
    operator_longitude: number;
    area_ceiling: number;
    area_floor: number;
    operator_altitude_geo: number;
    timestamp: number;
    area_count: number;
    area_radius: number;
    target_system: number;
    target_component: number;
    id_or_mac: number[];
    operator_location_type: number;
    classification_type: number;
    category_eu: number;
    class_eu: number;
}

export { OPEN_DRONE_ID_SYSTEM_CRC_EXTRA, OPEN_DRONE_ID_SYSTEM_ID, OpenDroneIdSystemDefinition };
export type { MessageOpenDroneIdSystem };
