/** * Supported Formats for exporting Table Data {@link ExtractPDFJob} */ export declare enum TableStructureType { /** * CSV Format */ CSV = "csv", /** * XLSX Format */ XLSX = "xlsx" }