import type { Page } from '@playwright/test'; import type { LinkCheckOptions } from '../rules/broken-links.js'; export declare function toHaveNoInternalBrokenLinks(page: Page, options?: LinkCheckOptions): Promise<{ pass: boolean; message: () => string; }>; //# sourceMappingURL=broken-links.d.ts.map