import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register HangBuster diagnostics tools: capture and analyze main-thread hangs * via os_log streaming + a clustering pipeline. */ export declare function registerDiagnosticsTools(server: McpServer): void; //# sourceMappingURL=diagnostics.d.ts.map