import { Response, Request, NextFunction } from 'express-serve-static-core';
export declare type Endpoint = (req: Request, res: Response, next: NextFunction) => void | Promise<void>;
