/** * Tool: get_incident_report * Gets comprehensive incident statistics and analytics across all investigations */ import { ToolServices } from './index.js'; /** * Get organization-wide incident report * No input parameters required */ export declare function getIncidentReport(services: ToolServices, args: unknown): Promise;