import { Request, Response, NextFunction } from 'express'; declare const _default: { getAllExecutions: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; deleteExecutions: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getExecutionById: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getPublicExecutionById: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; updateExecution: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;