UNPKG

219 BTypeScriptView Raw
1import * as express from "express";
2import { Server } from "./server";
3export declare const serverRemotePub_PATH = "/url";
4export declare function serverRemotePub(_server: Server, topRouter: express.Application): void;