import express from "express"; import * as UserCache from "../../db/usercache"; declare const register: (req: express.Request, res: express.Response, userCache: UserCache.UserCacheType) => Promise; export default register;