import type { BrowserRuntime } from "../types.js";
export default function getCurrentBrowser(): BrowserRuntime | undefined;
