export type BrowserControlServer = { stop: () => Promise; }; export declare function startBrowserControlServerIfEnabled(): Promise;