/** * Tool: get_investigation_status * Gets the current status and results of an investigation */ import { ToolServices } from './index.js'; import { GetInvestigationStatusOutput } from '../types/mcp.js'; /** * Get investigation status */ export declare function getInvestigationStatus(services: ToolServices, args: unknown): Promise;