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

declare const OSD_PARAM_CONFIG_REPLY_ID = 11034;
declare const OSD_PARAM_CONFIG_REPLY_CRC_EXTRA = 0;
declare const OsdParamConfigReplyDefinition: MessageDefinition;
interface MessageOsdParamConfigReply {
    request_id: number;
    result: number;
}

export { OSD_PARAM_CONFIG_REPLY_CRC_EXTRA, OSD_PARAM_CONFIG_REPLY_ID, OsdParamConfigReplyDefinition };
export type { MessageOsdParamConfigReply };
