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