import { Application } from "express";
export default function init(app: Application, base: string): void;
