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