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

declare const OPEN_DRONE_ID_OPERATOR_ID_ID = 12905;
declare const OPEN_DRONE_ID_OPERATOR_ID_CRC_EXTRA = 0;
declare const OpenDroneIdOperatorIdDefinition: MessageDefinition;
interface MessageOpenDroneIdOperatorId {
    target_system: number;
    target_component: number;
    id_or_mac: number[];
    operator_id_type: number;
    operator_id: string;
}

export { OPEN_DRONE_ID_OPERATOR_ID_CRC_EXTRA, OPEN_DRONE_ID_OPERATOR_ID_ID, OpenDroneIdOperatorIdDefinition };
export type { MessageOpenDroneIdOperatorId };
