import type { Page } from '@playwright/test'; export declare function toHaveCanonical(page: Page, expectedUrl?: string): Promise<{ pass: boolean; message: () => string; }>; //# sourceMappingURL=canonical.d.ts.map