import type { TableData } from '../types.js'; export { extractMetadata } from './metadata.js'; export declare function extractSelector(html: string, selector: string, multiple: boolean): string | string[]; export declare function extractTables(html: string): TableData[]; //# sourceMappingURL=extract.d.ts.map