import { Next } from 'koa'; import { Context } from '../../context'; /** * Authenticates the user's access token. */ export declare function authenticationMiddleware(ctx: Context, next: Next): Promise;