import { Next } from 'koa';
import { Context } from '../app';
export default function authHandler(ctx: Context, next: Next): Promise<void>;
