import { Column } from "./Column"; export interface DataSet { columns: Column[]; data: string[][]; } //# sourceMappingURL=DataSet.d.ts.map