import { RequestHandler } from 'express'; import { Context } from '../Server'; export default function post(context: Context): RequestHandler;