import { DataModel } from './DataModel'; export interface Exporter { export(models: T[]): void | Promise; }