import { Request, Response, NextFunction } from 'express'; declare const _default: { createEvaluation: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getEvaluation: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteEvaluation: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getAllEvaluations: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; isOutdated: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; runAgain: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getVersions: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; patchDeleteEvaluations: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;