import { NextRequest, NextResponse } from 'next/server'; export declare function AppMiddleware(req: NextRequest): Promise;