import { Request, Response, NextFunction } from 'express'; declare const _default: { createVariable: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteVariable: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllVariables: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateVariable: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;