import { Request } from 'express'; export declare function generateLoginMw(): (req: Request & { ctx: any; }, res: any, next: any) => Promise;