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

declare const RESPONSE_EVENT_ERROR_ID = 413;
declare const RESPONSE_EVENT_ERROR_CRC_EXTRA = 0;
declare const ResponseEventErrorDefinition: MessageDefinition;
interface MessageResponseEventError {
    sequence: number;
    sequence_oldest_available: number;
    target_system: number;
    target_component: number;
    reason: number;
}

export { RESPONSE_EVENT_ERROR_CRC_EXTRA, RESPONSE_EVENT_ERROR_ID, ResponseEventErrorDefinition };
export type { MessageResponseEventError };
