internal: {
    _export: <T>(exporter: Exporter<T>, arg: T) => Promise<ExportResult>;
} = ...

Type declaration