import type { StructuredData, TableData } from '../types.js'; export declare function extractStructured(html: string): StructuredData; export declare function mergeGridTables(tableData: TableData[], gridData: TableData[]): TableData[]; export type { TableData } from '../types.js'; //# sourceMappingURL=structured.d.ts.map