/** * MailDev - auth.js */ export declare function auth(user: string, password: string): (req: any, res: any, next: any) => any;