import type { H3Event } from 'h3'; import type { Browser } from 'playwright-core'; export declare function createBrowser(_event?: H3Event): Promise;