import { Application } from 'egg'; import { Next, EggContext } from '@eggjs/tegg'; export default function (_: any, app: Application): (ctx: EggContext, next: Next) => Promise;