import { ToolRegistration } from '../../core/types.js';
/**
 * Documentation Management Module - 12-Factor MCP Implementation
 *
 * This module replaces the legacy documentation implementation
 * with a 12-factor compliant version that uses:
 *
 * - Standardized tool interface
 * - SQLite-based data storage
 * - Schema validation
 * - Structured outputs
 * - Stateless execution
 * - Multi-repository support through project context
 */
/**
 * Setup the documentation management module
 */
export declare function setupDocumentation(): Promise<ToolRegistration>;
export { setupDocumentationTools } from './tools.js';
//# sourceMappingURL=index.d.ts.map