import { Page } from '@playwright/test'; export declare const positions: string[]; export declare const variants: string[]; export declare const testPage: (page: Page, name: string) => Promise;