export interface ImportStatistics { imported: number; failed: number; skipped: number; } //# sourceMappingURL=types.d.ts.map