export declare class InteractionEventBodyDTO {
    data?: string;
    type?: string;
}
