import { D as DetectedBrowser } from '../types-oHehwIBW.mjs'; type BrowserDetectionOptions = { executablePath?: string; cwd?: string; env?: NodeJS.ProcessEnv; platform?: NodeJS.Platform; processExecPath?: string; fileExists?: (filePath: string) => boolean; }; declare function detectBrowser(options?: BrowserDetectionOptions): DetectedBrowser; export { type BrowserDetectionOptions, detectBrowser };