import { Request, Response, NextFunction } from 'express'; declare const _default: { getAllNodes: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getNodeByName: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getSingleNodeIcon: (req: Request, res: Response, next: NextFunction) => Promise; getSingleNodeAsyncOptions: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; executeCustomFunction: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getNodesByCategory: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;