import { NextResponse } from 'next/server'; declare const autumnMiddleware: (req: any) => Promise | undefined>; export { autumnMiddleware };