import { Request, Response, NextFunction } from 'express'; declare const _default: { createChatMessage: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllChatMessages: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllInternalChatMessages: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; removeAllChatMessages: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; abortChatMessage: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;