import { ToolRegistration } from '../../core/types.js';
/**
 * Development Module - 12-Factor MCP Implementation
 *
 * This module replaces the legacy development implementation
 * with a 12-factor compliant version that uses:
 *
 * - Standardized tool interface
 * - SQLite-based data storage
 * - Schema validation
 * - Structured outputs
 * - Stateless execution
 * - Test-Driven Development enforcement
 */
/**
 * Setup the development module
 */
export declare function setupDevelopment(): Promise<ToolRegistration>;
export { setupDevelopmentTools } from './tools.js';
//# sourceMappingURL=index.d.ts.map