import type { Config } from '../../config/schema.js'; import { BrowserAutomationService } from './service.js'; export declare function createRuntimeBrowserAutomationService(deps: { getConfig: () => Config; emit?: (type: string, payload: unknown) => void; }): BrowserAutomationService;