declare class DataTableSource { private constructor(); /** * Return the data inside this object as a DataTable. * * @returns the data as a datatable. */ getDataTable(): DataTable }