<?php

namespace Laminas\I18n\Translator;

use Laminas\Translator\TranslatorInterface as Translator;

/**
 * Translator interface.
 *
 * @deprecated Since 2.27.0 The translator interface is now in a separate package `laminas/laminas-translator` and this
 *             interface should be replaced by `Laminas\Translator\TranslatorInterface`
 */
interface TranslatorInterface extends Translator
{
}
