import { Express } from "express";
export declare const activateRoutes: (server: Express) => void;
