import playwright from 'playwright-core'; export declare function createBrowserProvider(options?: playwright.LaunchOptions): { loadPage(url: string): Promise; dispose(): Promise; }; //# sourceMappingURL=create-browser-provider.d.ts.map