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

declare const PARAM_EXT_REQUEST_LIST_ID = 321;
declare const PARAM_EXT_REQUEST_LIST_CRC_EXTRA = 0;
declare const ParamExtRequestListDefinition: MessageDefinition;
interface MessageParamExtRequestList {
    target_system: number;
    target_component: number;
}

export { PARAM_EXT_REQUEST_LIST_CRC_EXTRA, PARAM_EXT_REQUEST_LIST_ID, ParamExtRequestListDefinition };
export type { MessageParamExtRequestList };
