import { Options } from '../../options'; export interface Exporter { export(rows: Array, options?: T): void; }