/** * JetBrains IDEs Configuration Generator — RETIRED * * Originally added Spec-16 R5.3 with path .idea/mcp.json. * * Retired 2026-07-20 (Task #17 — generator path audit): * JetBrains MCP is configured through the IDE's Settings UI (MCP plugin), * not a file-based path. No generator to write. This file is kept as a * tombstone; the class is no longer registered in ConfigGeneratorFactory. */ import { BaseConfigGenerator, ConfigOutput } from './BaseConfigGenerator.js'; export declare class JetBrainsConfigGenerator extends BaseConfigGenerator { getToolName(): string; getFilename(): string; generateConfig(): ConfigOutput; getInstructions(): string; requiresAuth(): boolean; } //# sourceMappingURL=JetBrainsConfigGenerator.d.ts.map