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