import type { BrowserCommandContext } from 'vitest/node'; import type { BrowserApi } from './types.ts'; export declare function playwright(context: BrowserCommandContext): BrowserApi; //# sourceMappingURL=playwright.d.ts.map