/// import express from "express"; import * as UserCache from "../db/usercache"; declare const init: (app: express.Express, userCache: UserCache.UserCacheType) => void; export default init;