export declare class TransactionResponseEventDto { id: string; iso8583: string; constructor(id: string, iso8583: string); }