import * as express from 'express'; export declare class HomeRouter { static home(request: express.Request, response: express.Response): Promise; }