import { Request, Response } from 'express'; import { NextFunction } from 'express-serve-static-core'; import { Application } from '../index'; export default function init(app: Application): (req: Request, res: Response, next: NextFunction) => void;