declare const authentication: (req: any, _res: any, next: () => void) => void; export default authentication;