export declare const streamlinedTools: ({ name: string; description: string; inputSchema: { type: string; properties: { query: { type: string; description: string; }; search_type: { type: string; enum: string[]; description: string; default: string; }; bc_version: { type: string; description: string; }; limit: { type: string; description: string; default: number; }; question?: undefined; context?: undefined; preferred_specialist?: undefined; code?: undefined; analysis_type?: undefined; suggest_workflows?: undefined; topic_id?: undefined; include_samples?: undefined; workflow_type?: undefined; additional_info?: undefined; workflow_id?: undefined; phase_results?: undefined; next_focus?: undefined; help_type?: undefined; current_situation?: undefined; workspace_context?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: string; properties: { question: { type: string; description: string; }; context: { type: string; description: string; }; preferred_specialist: { type: string; description: string; }; query?: undefined; search_type?: undefined; bc_version?: undefined; limit?: undefined; code?: undefined; analysis_type?: undefined; suggest_workflows?: undefined; topic_id?: undefined; include_samples?: undefined; workflow_type?: undefined; additional_info?: undefined; workflow_id?: undefined; phase_results?: undefined; next_focus?: undefined; help_type?: undefined; current_situation?: undefined; workspace_context?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: string; properties: { code: { type: string; description: string; }; analysis_type: { type: string; enum: string[]; description: string; default: string; }; bc_version: { type: string; description: string; }; suggest_workflows: { type: string; description: string; default: boolean; }; query?: undefined; search_type?: undefined; limit?: undefined; question?: undefined; context?: undefined; preferred_specialist?: undefined; topic_id?: undefined; include_samples?: undefined; workflow_type?: undefined; additional_info?: undefined; workflow_id?: undefined; phase_results?: undefined; next_focus?: undefined; help_type?: undefined; current_situation?: undefined; workspace_context?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: string; properties: { topic_id: { type: string; description: string; }; include_samples: { type: string; description: string; default: boolean; }; query?: undefined; search_type?: undefined; bc_version?: undefined; limit?: undefined; question?: undefined; context?: undefined; preferred_specialist?: undefined; code?: undefined; analysis_type?: undefined; suggest_workflows?: undefined; workflow_type?: undefined; additional_info?: undefined; workflow_id?: undefined; phase_results?: undefined; next_focus?: undefined; help_type?: undefined; current_situation?: undefined; workspace_context?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: string; properties: { workflow_type: { type: string; enum: string[]; description: string; }; context: { type: string; description: string; }; bc_version: { type: string; description: string; }; additional_info: { type: string; description: string; }; query?: undefined; search_type?: undefined; limit?: undefined; question?: undefined; preferred_specialist?: undefined; code?: undefined; analysis_type?: undefined; suggest_workflows?: undefined; topic_id?: undefined; include_samples?: undefined; workflow_id?: undefined; phase_results?: undefined; next_focus?: undefined; help_type?: undefined; current_situation?: undefined; workspace_context?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: string; properties: { workflow_id: { type: string; description: string; }; phase_results: { type: string; description: string; }; next_focus: { type: string; description: string; }; query?: undefined; search_type?: undefined; bc_version?: undefined; limit?: undefined; question?: undefined; context?: undefined; preferred_specialist?: undefined; code?: undefined; analysis_type?: undefined; suggest_workflows?: undefined; topic_id?: undefined; include_samples?: undefined; workflow_type?: undefined; additional_info?: undefined; help_type?: undefined; current_situation?: undefined; workspace_context?: undefined; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: string; properties: { workflow_id: { type: string; description: string; }; help_type: { type: string; enum: string[]; description: string; default: string; }; query?: undefined; search_type?: undefined; bc_version?: undefined; limit?: undefined; question?: undefined; context?: undefined; preferred_specialist?: undefined; code?: undefined; analysis_type?: undefined; suggest_workflows?: undefined; topic_id?: undefined; include_samples?: undefined; workflow_type?: undefined; additional_info?: undefined; phase_results?: undefined; next_focus?: undefined; current_situation?: undefined; workspace_context?: undefined; }; required?: undefined; }; } | { name: string; description: string; inputSchema: { type: string; properties: { current_situation: { type: string; description: string; }; workspace_context: { type: string; description: string; }; query?: undefined; search_type?: undefined; bc_version?: undefined; limit?: undefined; question?: undefined; context?: undefined; preferred_specialist?: undefined; code?: undefined; analysis_type?: undefined; suggest_workflows?: undefined; topic_id?: undefined; include_samples?: undefined; workflow_type?: undefined; additional_info?: undefined; workflow_id?: undefined; phase_results?: undefined; next_focus?: undefined; help_type?: undefined; }; required: string[]; }; })[]; //# sourceMappingURL=streamlined-tools.d.ts.map