import type { WorkspaceAgentSummaryResponse } from '../../types/schemas/chat/workspace-agent.js'; export declare function useWorkspaceAgentSummary(): { summary: any; loading: any; fetchSummary: () => Promise; };