export default class DataTable { private readonly rows; constructor(rows: string[][]); get raw(): string[][]; transpose(): DataTable; diff(other: DataTable): void; } //# sourceMappingURL=DataTable.d.ts.map