import { NextFunction, Request, Response } from 'express'; declare const _default: { checkIfChatflowIsValidForStreaming: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; checkIfChatflowIsValidForUploads: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteChatflow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllChatflows: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getChatflowByApiKey: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getChatflowById: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; saveChatflow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; importChatflows: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateChatflow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getSinglePublicChatflow: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getSinglePublicChatbotConfig: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; checkIfChatflowHasChanged: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;