/** * @public */ export declare function useGenAIStandaloneInputData(): { agents: import("../model.js").GenAIAgent[] | undefined; selectedAgentId: string | undefined; conversationsLoaded: boolean; agentSwitchingEnabled: boolean; setSelectedAgent: (agentId: string | undefined) => void; }; //# sourceMappingURL=useGenAIStandaloneInputData.d.ts.map