import type * as PlaywrightModule from "playwright"; import type { BrowserType } from "playwright"; export declare function ensurePlaywrightChromiumAvailable(): Promise; export declare function ensurePlaywrightChromiumAvailableWithLoader(loadPlaywright?: () => Promise>): Promise; //# sourceMappingURL=playwright-runtime.d.ts.map