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