import { Request, Response, NextFunction } from 'express';
declare function notFound(req: Request, res: Response, _next: NextFunction): void;
export default notFound;
