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

declare const PARAM_REQUEST_LIST_ID = 21;
declare const PARAM_REQUEST_LIST_CRC_EXTRA = 159;
declare const ParamRequestListDefinition: MessageDefinition;
interface MessageParamRequestList {
    target_system: number;
    target_component: number;
}

export { PARAM_REQUEST_LIST_CRC_EXTRA, PARAM_REQUEST_LIST_ID, ParamRequestListDefinition };
export type { MessageParamRequestList };
