import type { SlashCommandContext } from './types.js'; /** * /browser — Configure browser automation settings. * * Interactive flow to set up browser provider (Stagehand or AgentBrowser), * headless mode, and provider-specific options. * * Changes are applied immediately to the current session. */ export declare function handleBrowserCommand(ctx: SlashCommandContext, args?: string[]): Promise; //# sourceMappingURL=browser.d.ts.map