import type { StructuredDataResult } from '../types.js'; export declare function extractStructuredData(html: string): StructuredDataResult[]; export declare const KNOWN_SCHEMA_TYPES: ReadonlySet; //# sourceMappingURL=structured-data.d.ts.map