import type playwright from 'playwright-chromium';
export declare function readLaunchOptionsFromProject(): Promise<playwright.LaunchOptions>;
