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