import { Request, Response } from 'express';
export declare const createTag: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const getTagById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const listTags: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const updateTag: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const deleteTag: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=tagController.d.ts.map