import { NextFunction, Request, Response } from 'express'; declare const _default: { createTool: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteTool: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllTools: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getToolById: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateTool: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;