import type { AgentKind } from "@termfleet/core/internal/agent-launch.js"; export declare function chatAgentWindowName(agent: AgentKind, control?: boolean): string; export declare function shouldReuseAgentWindow(input: { agent: AgentKind; control: boolean; indexedCwd: string | undefined; requestedCwd: string; windowName: string | undefined; }): boolean; export declare function normalizeChatCwd(cwd: string): string;