import { Request, Response } from "express";
export declare const addTagToConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const removeTagFromConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const listTagsForConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=conversationTagController.d.ts.map