UNPKG

172 BTypeScriptView Raw
1import * as express from "express";
2import { Server } from "./server";
3export declare function serverMediaOverlays(server: Server, routerPathBase64: express.Router): void;