import type { Middleware } from 'koa'; export declare function authenticateAnonymous(): Middleware;