import { Request } from 'express'; import { ChatType } from '../../Interface'; declare const _default: { buildChatflow: (req: Request, chatType?: ChatType) => Promise; }; export default _default;