/// import { Router } from "express"; import { Server } from "http"; export default function init(server: Server, basePath: string): Router;