/**
 * FastFold AI Module
 * Auto-generated AI endpoints using Vercel AI SDK
 */
import type { Express } from 'express';
import type { AIConfig } from '../types';
export declare function setupAIRoutes(app: Express, config: AIConfig): void;
export { AIHooksProcessor, createAIHooksProcessor } from './hooks';
export default setupAIRoutes;
//# sourceMappingURL=index.d.ts.map