<?php

namespace WPML\Setup\Endpoint;

use WPML\Ajax\IHandler;
use WPML\Collect\Support\Collection;

class AITranslationStep implements IHandler {
    public function run( Collection $data ) {
    }
}