import { NextFunction, Request, Response } from 'express'; declare const _default: { preload: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getToken: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; downloadInstaller: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; pullImage: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; startContainer: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getImage: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; getContainer: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; listRunningContainers: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; stopContainer: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;