import { Middleware, Context } from '@malagu/web/lib/node'; import { AuthenticationManager } from './authentication-protocol'; export declare class AuthenticationMiddleware implements Middleware { protected readonly authenticationManager: AuthenticationManager; handle(ctx: Context, next: () => Promise): Promise; readonly priority: number; } //# sourceMappingURL=authentication-middleware.d.ts.map