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