/// import { Router } from 'express'; export declare class PingRouter { private _router; constructor(); routers(): void; readonly router: Router; }