class ImazonAlertsSerializerV2 {

    static serialize(data: Record<string, any>): Record<string, any> {
        return imazonAlertsSerializerV2.serialize(data);
    }