import { KoaContext } from '../routes/types'; declare const _default: (ctx: KoaContext, next: () => Promise) => Promise; export default _default;