import type { ChromiumLike } from './browser-auth.js'; export declare const loadPlaywright: () => Promise<{ readonly chromium: ChromiumLike; }>;