import { Request, Response } from 'express';
export declare const detectIntent: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const generateDynamicResponse: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const extractEntities: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const summarizeConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=aiIntegrationController.d.ts.map