*/ interface Exporter { /** * Export data as string * @return string */ public function export(); }