import type { Context } from 'koa'; declare const run: (context: Context, cb: () => O | Promise) => Promise, useContext: () => Context; export { run, useContext };