import type { Page } from '@playwright/test'; import type { SeoStructuredDataOptions } from './index.js'; export declare function toHaveValidStructuredData(page: Page, options?: SeoStructuredDataOptions): Promise<{ pass: boolean; message: () => string; }>; //# sourceMappingURL=structured-data.d.ts.map