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

declare const GOPRO_GET_REQUEST_ID = 216;
declare const GOPRO_GET_REQUEST_CRC_EXTRA = 0;
declare const GoproGetRequestDefinition: MessageDefinition;
interface MessageGoproGetRequest {
    target_system: number;
    target_component: number;
    cmd_id: number;
}

export { GOPRO_GET_REQUEST_CRC_EXTRA, GOPRO_GET_REQUEST_ID, GoproGetRequestDefinition };
export type { MessageGoproGetRequest };
