import { NextFunction, Request, Response } from 'express'; declare const _default: { createAssistant: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteAssistant: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllAssistants: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAssistantById: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateAssistant: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getChatModels: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getDocumentStores: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getTools: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; generateAssistantInstruction: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;