import { type AgentChatMessage } from "@agent-native/core/client/agent-chat"; interface OverviewChatOptions { openSidebar?: boolean; selectedEngine?: string | null; selectedEffort?: AgentChatMessage["effort"]; } export declare function submitOverviewPrompt(message: string, selectedModel?: string | null, options?: OverviewChatOptions): string | null; export {}; //# sourceMappingURL=overview-chat.d.ts.map