import { RuntimeEnvError } from '@augment-vir/core'; export { type MenuOptionOptions } from '../test-playwright/get-option.js'; export { type NavOptions } from '../test-playwright/nav.js'; export { type LocatorScreenshotOptions, type SaveScreenshotOptions, type TakeScreenshotOptions, } from '../test-playwright/playwright-screenshot.js'; declare function importPlaywrightTestApi(this: void): Promise