import { Request, Response } from "express"; import { Tag } from "../dto/Tag"; export declare const createTags: (req: Request<{}, {}, Tag>, res: Response) => Promise;