import type { BrowserContext, WindowLike } from "../types.ts"; export declare function getBrowserContext(w: WindowLike): BrowserContext;