<?php
namespace Icinga\Module\Director\DirectorObject\Automation;
interface ExportInterface
{
// TODO:
// public function getXyzChecksum();
public function getUniqueIdentifier();
}