import { type ISimulationEventResponse } from '../../types/index.js';
export declare class SimulationEventResponse {
    readonly body: string;
    readonly statusCode: number;
    constructor(simulationEventResponse: ISimulationEventResponse);
}
