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