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

declare const OSD_PARAM_SHOW_CONFIG_ID = 11035;
declare const OSD_PARAM_SHOW_CONFIG_CRC_EXTRA = 0;
declare const OsdParamShowConfigDefinition: MessageDefinition;
interface MessageOsdParamShowConfig {
    request_id: number;
    target_system: number;
    target_component: number;
    osd_screen: number;
    osd_index: number;
}

export { OSD_PARAM_SHOW_CONFIG_CRC_EXTRA, OSD_PARAM_SHOW_CONFIG_ID, OsdParamShowConfigDefinition };
export type { MessageOsdParamShowConfig };
