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