import { TablesRecognized } from "./tablesRecognized"; import { AsposeResponse } from "./asposeResponse"; export declare class TablesRecognizedResponse extends AsposeResponse { 'tables': TablesRecognized; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }