import { Page, Browser } from "playwright-core"; export type { Page, Browser } from "playwright-core"; export declare const PLAYWRIGHT_VERSION: string; export declare type StepKinds = Record Promise>; export declare type Context = { browser: Browser; page: Page; };