import type { WorkspaceAgentStatusResponse } from '../../types/schemas/chat/workspace-agent.js'; export declare function useWorkspaceAgent(): { status: any; loading: any; creating: any; fetchStatus: () => Promise; createAgent: () => Promise; };