import type { Browser } from 'playwright-core';
export declare function createBrowser(): Promise<Browser | void>;
