import { type EnvironmentConfig } from "../../src/config/index.js"; export declare function openBrowser(url: string): Promise; export declare function canOpenBrowser(env?: EnvironmentConfig): boolean; //# sourceMappingURL=browser.d.ts.map