/**
 * Enhanced Tool Discovery - Comprehensive Tool List for V2
 *
 * Provides a curated list of all essential debugging tools that work reliably.
 * This replaces the complex loading system with a direct, working approach.
 */
export interface EnhancedTool {
    name: string;
    description: string;
    inputSchema: any;
}
export declare class EnhancedToolDiscovery {
    getAllTools(): EnhancedTool[];
}
//# sourceMappingURL=enhanced-tool-discovery.d.ts.map